#809FBF

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

Shades of Polo Blue #809FBF

Tints of Polo Blue #809FBF

Color information

#809FBF (or 0x809FBF) is unknown color: approx Polo Blue. HEX triplet: 80, 9F and BF. RGB value is (128,159,191). Sum of RGB (Red+Green+Blue) = 128+159+191=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #809FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FBF is #7F6040. Grayscale: #999999. Windows color (decimal): -8347713 or 12558208. OLE color: 12558208.

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

Color convert

RGB128159191-
CMYK0.330.1700.25
HSL210.48º32.98%62.55%-
HSV(B)210.48º32.98%74.9%-
XYZ30.733.1554.07-
YUV153.38149.23109.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.78%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 191 (75% from 255) = 39.96%
R=26.78%
G=33.26%
B=39.96%

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
Decimal1281591910.330.1700.25210.4832.9862.55
Hex809FBF2111019d2213f
Octal20023727741210313224177
Binary1000000010011111101111111000011000101100111010010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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