#809DD2

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

Shades of Polo Blue #809DD2

Tints of Polo Blue #809DD2

Color information

#809DD2 (or 0x809DD2) is unknown color: approx Polo Blue. HEX triplet: 80, 9D and D2. RGB value is (128,157,210). Sum of RGB (Red+Green+Blue) = 128+157+210=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #809DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809DD2 is #7F622D. Grayscale: #9A9A9A. Windows color (decimal): -8348206 or 13802880. OLE color: 13802880.

HSL color Cylindrical-coordinate representation of color #809DD2: hue angle of 218.78º degrees, saturation: 0.48, 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 #809DD2 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB128157210-
CMYK0.390.2500.18
HSL218.78º47.67%66.27%-
HSV(B)218.78º39.05%82.35%-
XYZ32.5933.3665.69-
YUV154.37159.39109.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 157 (61.72% from 255) = 31.72%
BLUE value IS 210 (82.42% from 255) = 42.42%
R=25.86%
G=31.72%
B=42.42%

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
Decimal1281572100.390.2500.18218.7847.6766.27
Hex809DD22719012db3042
Octal200235322473102233360102
Binary10000000100111011101001010011111001010010110110111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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