#809CD1

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

Shades of Polo Blue #809CD1

Tints of Polo Blue #809CD1

Color information

#809CD1 (or 0x809CD1) is unknown color: approx Polo Blue. HEX triplet: 80, 9C and D1. RGB value is (128,156,209). Sum of RGB (Red+Green+Blue) = 128+156+209=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #809CD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809CD1 is #7F632E. Grayscale: #999999. Windows color (decimal): -8348463 or 13737088. OLE color: 13737088.

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

Color convert

RGB128156209-
CMYK0.390.2500.18
HSL219.26º46.82%66.08%-
HSV(B)219.26º38.76%81.96%-
XYZ32.332.9764.98-
YUV153.67159.22109.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.96%
GREEN value IS 156 (61.33% from 255) = 31.64%
BLUE value IS 209 (82.03% from 255) = 42.39%
R=25.96%
G=31.64%
B=42.39%

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
Decimal1281562090.390.2500.18219.2646.8266.08
Hex809CD12719012db2f42
Octal200234321473102233357102
Binary10000000100111001101000110011111001010010110110111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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