#809FCD

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

Shades of Polo Blue #809FCD

Tints of Polo Blue #809FCD

Color information

#809FCD (or 0x809FCD) is unknown color: approx Polo Blue. HEX triplet: 80, 9F and CD. RGB value is (128,159,205). Sum of RGB (Red+Green+Blue) = 128+159+205=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #809FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809FCD is #7F6032. Grayscale: #9A9A9A. Windows color (decimal): -8347699 or 13475712. OLE color: 13475712.

HSL color Cylindrical-coordinate representation of color #809FCD: hue angle of 215.84º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #809FCD is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128159205-
CMYK0.380.2200.20
HSL215.84º43.5%65.29%-
HSV(B)215.84º37.56%80.39%-
XYZ32.3233.7962.58-
YUV154.98156.23108.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.02%
GREEN value IS 159 (62.5% from 255) = 32.32%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=26.02%
G=32.32%
B=41.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281592050.380.2200.20215.8443.565.29
Hex809FCD2616014d82c41
Octal200237315462602433054101
Binary10000000100111111100110110011010110010100110110001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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