#819EC9

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

Shades of Polo Blue #819EC9

Tints of Polo Blue #819EC9

Color information

#819EC9 (or 0x819EC9) is unknown color: approx Polo Blue. HEX triplet: 81, 9E and C9. RGB value is (129,158,201). Sum of RGB (Red+Green+Blue) = 129+158+201=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 201 - color contains mainly: blue. Hex color #819EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819EC9 is #7E6136. Grayscale: #9A9A9A. Windows color (decimal): -8282423 or 13213313. OLE color: 13213313.

HSL color Cylindrical-coordinate representation of color #819EC9: hue angle of 215.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #819EC9 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129158201-
CMYK0.360.2100.21
HSL215.83º40%64.71%-
HSV(B)215.83º35.82%78.82%-
XYZ31.8233.3460.02-
YUV154.23154.39110-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.43%
GREEN value IS 158 (62.11% from 255) = 32.38%
BLUE value IS 201 (78.91% from 255) = 41.19%
R=26.43%
G=32.38%
B=41.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291582010.360.2100.21215.834064.71
Hex819EC92415015d82841
Octal201236311442502533050101
Binary10000001100111101100100110010010101010101110110001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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