Also https://dev.to/hichem-mg/comprehensive-guide-converting-rgb-color-to-hex-code-2fcb
Google is your friend. :-) Bob S On Aug 7, 2024, at 9:04 AM, Paul Dupuis via use-livecode <use-livecode@lists.runrev.com> wrote: You have RGB colors (0-255,0-255,0-255), Hex colors (#000000 - #FFFFFF) and named colors ("blue") in Livecode Any built in way (via some trick) to convert between color value formats? I can always write a routine to convert RGB to Hex and Hex to RGB, but I am wondering if there is some clever trick in Livecode to do this. For example: answer color -- returns RGB, but the htmlText of a line wants <p bgcolor="#NNNNNN"> </p> Thanks in advance, _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode