#809EBF

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

Shades of Polo Blue #809EBF

Tints of Polo Blue #809EBF

Color information

#809EBF (or 0x809EBF) is unknown color: approx Polo Blue. HEX triplet: 80, 9E and BF. RGB value is (128,158,191). Sum of RGB (Red+Green+Blue) = 128+158+191=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #809EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809EBF is #7F6140. Grayscale: #989898. Windows color (decimal): -8347969 or 12557952. OLE color: 12557952.

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

Color convert

RGB128158191-
CMYK0.330.1700.25
HSL211.43º32.98%62.55%-
HSV(B)211.43º32.98%74.9%-
XYZ30.5332.854.01-
YUV152.79149.56110.32-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.83%
GREEN value IS 158 (62.11% from 255) = 33.12%
BLUE value IS 191 (75% from 255) = 40.04%
R=26.83%
G=33.12%
B=40.04%

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
Decimal1281581910.330.1700.25211.4332.9862.55
Hex809EBF2111019d3213f
Octal20023627741210313234177
Binary1000000010011110101111111000011000101100111010011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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