#819ECE

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

Shades of Polo Blue #819ECE

Tints of Polo Blue #819ECE

Color information

#819ECE (or 0x819ECE) is unknown color: approx Polo Blue. HEX triplet: 81, 9E and CE. RGB value is (129,158,206). Sum of RGB (Red+Green+Blue) = 129+158+206=493 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.17% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #819ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ECE is #7E6131. Grayscale: #9A9A9A. Windows color (decimal): -8282418 or 13540993. OLE color: 13540993.

HSL color Cylindrical-coordinate representation of color #819ECE: hue angle of 217.4º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #819ECE is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB129158206-
CMYK0.370.2300.19
HSL217.4º44%65.69%-
HSV(B)217.4º37.38%80.78%-
XYZ32.4233.5863.16-
YUV154.8156.89109.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.17%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 206 (80.86% from 255) = 41.78%
R=26.17%
G=32.05%
B=41.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291582060.370.2300.19217.44465.69
Hex819ECE2517013d92c42
Octal201236316452702333154102
Binary10000001100111101100111010010110111010011110110011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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