#809ACE

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

Shades of Polo Blue #809ACE

Tints of Polo Blue #809ACE

Color information

#809ACE (or 0x809ACE) is unknown color: approx Polo Blue. HEX triplet: 80, 9A and CE. RGB value is (128,154,206). Sum of RGB (Red+Green+Blue) = 128+154+206=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #809ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ACE is #7F6531. Grayscale: #979797. Windows color (decimal): -8348978 or 13539968. OLE color: 13539968.

HSL color Cylindrical-coordinate representation of color #809ACE: hue angle of 220º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #809ACE is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128154206-
CMYK0.380.2500.19
HSL220º44.32%65.49%-
HSV(B)220º37.86%80.78%-
XYZ31.632.1662.93-
YUV152.15158.39110.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.23%
GREEN value IS 154 (60.55% from 255) = 31.56%
BLUE value IS 206 (80.86% from 255) = 42.21%
R=26.23%
G=31.56%
B=42.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281542060.380.2500.1922044.3265.49
Hex809ACE2619013dc2c41
Octal200232316463102333454101
Binary10000000100110101100111010011011001010011110111001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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