#809ABF

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

Shades of Polo Blue #809ABF

Tints of Polo Blue #809ABF

Color information

#809ABF (or 0x809ABF) is unknown color: approx Polo Blue. HEX triplet: 80, 9A and BF. RGB value is (128,154,191). Sum of RGB (Red+Green+Blue) = 128+154+191=473 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.06% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #809ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ABF is #7F6540. Grayscale: #969696. Windows color (decimal): -8348993 or 12556928. OLE color: 12556928.

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

Color convert

RGB128154191-
CMYK0.330.1900.25
HSL215.24º32.98%62.55%-
HSV(B)215.24º32.98%74.9%-
XYZ29.8631.4653.79-
YUV150.44150.89111.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.06%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 191 (75% from 255) = 40.38%
R=27.06%
G=32.56%
B=40.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281541910.330.1900.25215.2432.9862.55
Hex809ABF2113019d7213f
Octal20023227741230313274177
Binary1000000010011010101111111000011001101100111010111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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