#809CBF

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

Shades of Polo Blue #809CBF

Tints of Polo Blue #809CBF

Color information

#809CBF (or 0x809CBF) is unknown color: approx Polo Blue. HEX triplet: 80, 9C and BF. RGB value is (128,156,191). Sum of RGB (Red+Green+Blue) = 128+156+191=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #809CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CBF is #7F6340. Grayscale: #979797. Windows color (decimal): -8348481 or 12557440. OLE color: 12557440.

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

Color convert

RGB128156191-
CMYK0.330.1800.25
HSL213.33º32.98%62.55%-
HSV(B)213.33º32.98%74.9%-
XYZ30.1932.1353.9-
YUV151.62150.22111.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 156 (61.33% from 255) = 32.84%
BLUE value IS 191 (75% from 255) = 40.21%
R=26.95%
G=32.84%
B=40.21%

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
Decimal1281561910.330.1800.25213.3332.9862.55
Hex809CBF2112019d5213f
Octal20023427741220313254177
Binary1000000010011100101111111000011001001100111010101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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