#819ED6

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

Shades of Polo Blue #819ED6

Tints of Polo Blue #819ED6

Color information

#819ED6 (or 0x819ED6) is unknown color: approx Polo Blue. HEX triplet: 81, 9E and D6. RGB value is (129,158,214). Sum of RGB (Red+Green+Blue) = 129+158+214=501 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.75% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #819ED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ED6 is #7E6129. Grayscale: #9B9B9B. Windows color (decimal): -8282410 or 14065281. OLE color: 14065281.

HSL color Cylindrical-coordinate representation of color #819ED6: hue angle of 219.53º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #819ED6 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB129158214-
CMYK0.400.2600.16
HSL219.53º50.9%67.25%-
HSV(B)219.53º39.72%83.92%-
XYZ33.4233.9868.42-
YUV155.71160.89108.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.75%
GREEN value IS 158 (62.11% from 255) = 31.54%
BLUE value IS 214 (83.98% from 255) = 42.71%
R=25.75%
G=31.54%
B=42.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1291582140.400.2600.16219.5350.967.25
Hex819ED6281A010dc3343
Octal201236326503202033463103
Binary10000001100111101101011010100011010010000110111001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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