#809ED1

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

Shades of Polo Blue #809ED1

Tints of Polo Blue #809ED1

Color information

#809ED1 (or 0x809ED1) is unknown color: approx Polo Blue. HEX triplet: 80, 9E and D1. RGB value is (128,158,209). Sum of RGB (Red+Green+Blue) = 128+158+209=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 209 - color contains mainly: blue. Hex color #809ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ED1 is #7F612E. Grayscale: #9A9A9A. Windows color (decimal): -8347951 or 13737600. OLE color: 13737600.

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

Color convert

RGB128158209-
CMYK0.390.2400.18
HSL217.78º46.82%66.08%-
HSV(B)217.78º38.76%81.96%-
XYZ32.6433.6565.1-
YUV154.84158.56108.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.86%
GREEN value IS 158 (62.11% from 255) = 31.92%
BLUE value IS 209 (82.03% from 255) = 42.22%
R=25.86%
G=31.92%
B=42.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1281582090.390.2400.18217.7846.8266.08
Hex809ED12718012da2f42
Octal200236321473002233257102
Binary10000000100111101101000110011111000010010110110101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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