#809AC9

Color #809AC9 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #809AC9

Tints of Polo Blue #809AC9

Color information

#809AC9 (or 0x809AC9) is unknown color: approx Polo Blue. HEX triplet: 80, 9A and C9. RGB value is (128,154,201). Sum of RGB (Red+Green+Blue) = 128+154+201=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 201 (78.91% from 255 or 41.61% from 483); Max value from RGB is 201 - color contains mainly: blue. Hex color #809AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809AC9 is #7F6536. Grayscale: #979797. Windows color (decimal): -8348983 or 13212288. OLE color: 13212288.

HSL color Cylindrical-coordinate representation of color #809AC9: hue angle of 218.63º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #809AC9 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB128154201-
CMYK0.360.2300.21
HSL218.63º40.33%64.51%-
HSV(B)218.63º36.32%78.82%-
XYZ3131.9259.79-
YUV151.58155.89111.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 26.50%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 201 (78.91% from 255) = 41.61%
R=26.50%
G=31.88%
B=41.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281542010.360.2300.21218.6340.3364.51
Hex809AC92417015db2841
Octal200232311442702533350101
Binary10000000100110101100100110010010111010101110110111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809AC9; }

 p { color: rgb(128,154,201); }

 H1.HeaderClassName
 {
   color: #809AC9;
 }
 .AnyTagClassName
 {
   color: #809AC9;
 }
</style>
background-color css

<style>
 a { background-color: #809AC9; }

 a { background-color: rgb(128,154,201); }

 div.DivClassName
 {
   background-color: #809AC9;
 }
 .BgClassName
 {
   background-color: #809AC9;
 }
</style>
border-color css

<style>
 span { border-color: #809AC9; }

 span { border-color: rgb(128,154,201); }

 td.TdClassName
 {
   border-color: #809AC9;
 }
 .TagClassName
 {
   border-color: #809AC9;
 }
</style>