#809FBD

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

Shades of Polo Blue #809FBD

Tints of Polo Blue #809FBD

Color information

#809FBD (or 0x809FBD) is unknown color: approx Polo Blue. HEX triplet: 80, 9F and BD. RGB value is (128,159,189). Sum of RGB (Red+Green+Blue) = 128+159+189=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #809FBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FBD is #7F6042. Grayscale: #989898. Windows color (decimal): -8347715 or 12427136. OLE color: 12427136.

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

Color convert

RGB128159189-
CMYK0.320.1600.26
HSL209.51º31.61%62.16%-
HSV(B)209.51º32.28%74.12%-
XYZ30.4933.0652.92-
YUV153.15148.23110.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.89%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 189 (74.22% from 255) = 39.71%
R=26.89%
G=33.40%
B=39.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281591890.320.1600.26209.5131.6162.16
Hex809FBD201001Ad2203e
Octal20023727540200323224076
Binary1000000010011111101111011000001000001101011010010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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