#809CBE

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

Shades of Polo Blue #809CBE

Tints of Polo Blue #809CBE

Color information

#809CBE (or 0x809CBE) is unknown color: approx Polo Blue. HEX triplet: 80, 9C and BE. RGB value is (128,156,190). Sum of RGB (Red+Green+Blue) = 128+156+190=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #809CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CBE is #7F6341. Grayscale: #979797. Windows color (decimal): -8348482 or 12491904. OLE color: 12491904.

HSL color Cylindrical-coordinate representation of color #809CBE: hue angle of 212.9º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #809CBE is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128156190-
CMYK0.330.1800.25
HSL212.9º32.29%62.35%-
HSV(B)212.9º32.63%74.51%-
XYZ30.0832.0853.32-
YUV151.5149.72111.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.00%
GREEN value IS 156 (61.33% from 255) = 32.91%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=27.00%
G=32.91%
B=40.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281561900.330.1800.25212.932.2962.35
Hex809CBE2112019d5203e
Octal20023427641220313254076
Binary1000000010011100101111101000011001001100111010101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,156,190); }

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

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

 a { background-color: rgb(128,156,190); }

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

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

 span { border-color: rgb(128,156,190); }

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