#819ECD

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

Shades of Polo Blue #819ECD

Tints of Polo Blue #819ECD

Color information

#819ECD (or 0x819ECD) is unknown color: approx Polo Blue. HEX triplet: 81, 9E and CD. RGB value is (129,158,205). Sum of RGB (Red+Green+Blue) = 129+158+205=492 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.22% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #819ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ECD is #7E6132. Grayscale: #9A9A9A. Windows color (decimal): -8282419 or 13475457. OLE color: 13475457.

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

Color convert

RGB129158205-
CMYK0.370.2300.20
HSL217.11º43.18%65.49%-
HSV(B)217.11º37.07%80.39%-
XYZ32.333.5362.53-
YUV154.69156.39109.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.22%
GREEN value IS 158 (62.11% from 255) = 32.11%
BLUE value IS 205 (80.47% from 255) = 41.67%
R=26.22%
G=32.11%
B=41.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291582050.370.2300.20217.1143.1865.49
Hex819ECD2517014d92b41
Octal201236315452702433153101
Binary10000001100111101100110110010110111010100110110011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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