For example, convert to-and-from these values:
RGB (for red, green, blue) Hexadecimal: 3377FF
RGB (for red, green, blue) Decimal: 51,119,255
HSB (for hue, saturation, brightness): 220,80,100 (aka HSV for hue, saturation, value)
HSL (for hue, saturation, lightness): 220,100,60
See libraries from jblalli (
https://www.autohotkey.com/boards/viewtopic.php?t=30908)
Personal note: see .\CherryPicking\Colors coding