#809ECD

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

Shades of Polo Blue #809ECD

Tints of Polo Blue #809ECD

Color information

#809ECD (or 0x809ECD) is unknown color: approx Polo Blue. HEX triplet: 80, 9E and CD. RGB value is (128,158,205). Sum of RGB (Red+Green+Blue) = 128+158+205=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #809ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ECD is #7F6132. Grayscale: #9A9A9A. Windows color (decimal): -8347955 or 13475456. OLE color: 13475456.

HSL color Cylindrical-coordinate representation of color #809ECD: hue angle of 216.62º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #809ECD is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128158205-
CMYK0.380.2300.20
HSL216.62º43.5%65.29%-
HSV(B)216.62º37.56%80.39%-
XYZ32.1533.4562.52-
YUV154.39156.56109.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.07%
GREEN value IS 158 (62.11% from 255) = 32.18%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=26.07%
G=32.18%
B=41.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281582050.380.2300.20216.6243.565.29
Hex809ECD2617014d92c41
Octal200236315462702433154101
Binary10000000100111101100110110011010111010100110110011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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