#809EBD

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

Shades of Polo Blue #809EBD

Tints of Polo Blue #809EBD

Color information

#809EBD (or 0x809EBD) is unknown color: approx Polo Blue. HEX triplet: 80, 9E and BD. RGB value is (128,158,189). Sum of RGB (Red+Green+Blue) = 128+158+189=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #809EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809EBD is #7F6142. Grayscale: #989898. Windows color (decimal): -8347971 or 12426880. OLE color: 12426880.

HSL color Cylindrical-coordinate representation of color #809EBD: hue angle of 210.49º degrees, saturation: 0.32, 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 #809EBD is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB128158189-
CMYK0.320.1600.26
HSL210.49º31.61%62.16%-
HSV(B)210.49º32.28%74.12%-
XYZ30.3132.7252.86-
YUV152.56148.56110.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 158 (62.11% from 255) = 33.26%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=26.95%
G=33.26%
B=39.79%

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
Decimal1281581890.320.1600.26210.4931.6162.16
Hex809EBD201001Ad2203e
Octal20023627540200323224076
Binary1000000010011110101111011000001000001101011010010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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