#809FBC

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

Shades of Polo Blue #809FBC

Tints of Polo Blue #809FBC

Color information

#809FBC (or 0x809FBC) is unknown color: approx Polo Blue. HEX triplet: 80, 9F and BC. RGB value is (128,159,188). Sum of RGB (Red+Green+Blue) = 128+159+188=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #809FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FBC is #7F6043. Grayscale: #989898. Windows color (decimal): -8347716 or 12361600. OLE color: 12361600.

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

Color convert

RGB128159188-
CMYK0.320.1500.26
HSL209º30.93%61.96%-
HSV(B)209º31.91%73.73%-
XYZ30.3833.0252.35-
YUV153.04147.73110.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.95%
GREEN value IS 159 (62.5% from 255) = 33.47%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=26.95%
G=33.47%
B=39.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281591880.320.1500.2620930.9361.96
Hex809FBC20F01Ad11f3e
Octal20023727440170323213776
Binary10000000100111111011110010000011110110101101000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,159,188); }

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

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

 a { background-color: rgb(128,159,188); }

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

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

 span { border-color: rgb(128,159,188); }

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