#809DD1

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

Shades of Polo Blue #809DD1

Tints of Polo Blue #809DD1

Color information

#809DD1 (or 0x809DD1) is unknown color: approx Polo Blue. HEX triplet: 80, 9D and D1. RGB value is (128,157,209). Sum of RGB (Red+Green+Blue) = 128+157+209=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #809DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DD1 is #7F622E. Grayscale: #9A9A9A. Windows color (decimal): -8348207 or 13737344. OLE color: 13737344.

HSL color Cylindrical-coordinate representation of color #809DD1: hue angle of 218.52º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #809DD1 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB128157209-
CMYK0.390.2500.18
HSL218.52º46.82%66.08%-
HSV(B)218.52º38.76%81.96%-
XYZ32.4733.3165.04-
YUV154.26158.89109.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.91%
GREEN value IS 157 (61.72% from 255) = 31.78%
BLUE value IS 209 (82.03% from 255) = 42.31%
R=25.91%
G=31.78%
B=42.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1281572090.390.2500.18218.5246.8266.08
Hex809DD12719012db2f42
Octal200235321473102233357102
Binary10000000100111011101000110011111001010010110110111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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