#809CD2

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

Shades of Polo Blue #809CD2

Tints of Polo Blue #809CD2

Color information

#809CD2 (or 0x809CD2) is unknown color: approx Polo Blue. HEX triplet: 80, 9C and D2. RGB value is (128,156,210). Sum of RGB (Red+Green+Blue) = 128+156+210=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #809CD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CD2 is #7F632D. Grayscale: #999999. Windows color (decimal): -8348462 or 13802624. OLE color: 13802624.

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

Color convert

RGB128156210-
CMYK0.390.2600.18
HSL219.51º47.67%66.27%-
HSV(B)219.51º39.05%82.35%-
XYZ32.4233.0265.64-
YUV153.78159.72109.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.91%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 210 (82.42% from 255) = 42.51%
R=25.91%
G=31.58%
B=42.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1281562100.390.2600.18219.5147.6766.27
Hex809CD2271A012dc3042
Octal200234322473202233460102
Binary10000000100111001101001010011111010010010110111001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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