#809EBC

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

Shades of Polo Blue #809EBC

Tints of Polo Blue #809EBC

Color information

#809EBC (or 0x809EBC) is unknown color: approx Polo Blue. HEX triplet: 80, 9E and BC. RGB value is (128,158,188). Sum of RGB (Red+Green+Blue) = 128+158+188=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #809EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809EBC is #7F6143. Grayscale: #989898. Windows color (decimal): -8347972 or 12361344. OLE color: 12361344.

HSL color Cylindrical-coordinate representation of color #809EBC: hue angle of 210º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #809EBC is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128158188-
CMYK0.320.1600.26
HSL210º30.93%61.96%-
HSV(B)210º31.91%73.73%-
XYZ30.2132.6752.29-
YUV152.45148.06110.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.00%
GREEN value IS 158 (62.11% from 255) = 33.33%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=27.00%
G=33.33%
B=39.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281581880.320.1600.2621030.9361.96
Hex809EBC201001Ad21f3e
Octal20023627440200323223776
Binary100000001001111010111100100000100000110101101001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,158,188); }

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

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

 a { background-color: rgb(128,158,188); }

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

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

 span { border-color: rgb(128,158,188); }

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