#809BBE

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

Shades of Polo Blue #809BBE

Tints of Polo Blue #809BBE

Color information

#809BBE (or 0x809BBE) is unknown color: approx Polo Blue. HEX triplet: 80, 9B and BE. RGB value is (128,155,190). Sum of RGB (Red+Green+Blue) = 128+155+190=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #809BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BBE is #7F6441. Grayscale: #969696. Windows color (decimal): -8348738 or 12491648. OLE color: 12491648.

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

Color convert

RGB128155190-
CMYK0.330.1800.25
HSL213.87º32.29%62.35%-
HSV(B)213.87º32.63%74.51%-
XYZ29.9231.7553.27-
YUV150.92150.05111.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 190 (74.61% from 255) = 40.17%
R=27.06%
G=32.77%
B=40.17%

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
Decimal1281551900.330.1800.25213.8732.2962.35
Hex809BBE2112019d6203e
Octal20023327641220313264076
Binary1000000010011011101111101000011001001100111010110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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