#809DC9

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

Shades of Polo Blue #809DC9

Tints of Polo Blue #809DC9

Color information

#809DC9 (or 0x809DC9) is unknown color: approx Polo Blue. HEX triplet: 80, 9D and C9. RGB value is (128,157,201). Sum of RGB (Red+Green+Blue) = 128+157+201=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #809DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DC9 is #7F6236. Grayscale: #999999. Windows color (decimal): -8348215 or 13213056. OLE color: 13213056.

HSL color Cylindrical-coordinate representation of color #809DC9: hue angle of 216.16º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #809DC9 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB128157201-
CMYK0.360.2200.21
HSL216.16º40.33%64.51%-
HSV(B)216.16º36.32%78.82%-
XYZ31.532.9259.95-
YUV153.34154.89109.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.34%
GREEN value IS 157 (61.72% from 255) = 32.30%
BLUE value IS 201 (78.91% from 255) = 41.36%
R=26.34%
G=32.30%
B=41.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281572010.360.2200.21216.1640.3364.51
Hex809DC92416015d82841
Octal200235311442602533050101
Binary10000000100111011100100110010010110010101110110001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,157,201); }

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

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

 a { background-color: rgb(128,157,201); }

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

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

 span { border-color: rgb(128,157,201); }

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