#809EBE

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

Shades of Polo Blue #809EBE

Tints of Polo Blue #809EBE

Color information

#809EBE (or 0x809EBE) is unknown color: approx Polo Blue. HEX triplet: 80, 9E and BE. RGB value is (128,158,190). Sum of RGB (Red+Green+Blue) = 128+158+190=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #809EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809EBE is #7F6141. Grayscale: #989898. Windows color (decimal): -8347970 or 12492416. OLE color: 12492416.

HSL color Cylindrical-coordinate representation of color #809EBE: hue angle of 210.97º 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 #809EBE is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128158190-
CMYK0.330.1700.25
HSL210.97º32.29%62.35%-
HSV(B)210.97º32.63%74.51%-
XYZ30.4232.7653.44-
YUV152.68149.06110.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.89%
GREEN value IS 158 (62.11% from 255) = 33.19%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=26.89%
G=33.19%
B=39.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281581900.330.1700.25210.9732.2962.35
Hex809EBE2111019d3203e
Octal20023627641210313234076
Binary1000000010011110101111101000011000101100111010011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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