Shades of Polo Blue #819ED4
Tints of Polo Blue #819ED4
RGB
CMYK
RGB Variations
Color information
#819ED4 (or 0x819ED4) is known color: Polo Blue. HEX triplet: 81, 9E and D4. RGB value is (129,158,212). Sum of RGB (Red+Green+Blue) = 129+158+212=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 212 (83.20% from 255 or 42.48% from 499); Max value from RGB is 212 - color contains mainly: blue. Hex color #819ED4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ED4 is #7E612B. Grayscale: #9B9B9B. Windows color (decimal): -8282412 or 13934209. OLE color: 13934209.
HSL color Cylindrical-coordinate representation of color #819ED4: hue angle of 219.04º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #819ED4 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 158 | 212 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.17 |
| HSL | 219.04º | 0.49% | 0.67% | - |
| HSV(B) | 219.04º | 0.39% | 0.83% | - |
| XYZ | 33.16 | 33.87 | 67.08 | - |
| YUV | 155.49 | 159.89 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 158 | 212 | 0.39 | 0.25 | 0 | 0.17 | 219.04 | 0.49 | 0.67 |
| Hex | 81 | 9E | D4 | 27 | 19 | 0 | 11 | DB | 31 | 43 |
| Octal | 201 | 236 | 324 | 47 | 31 | 0 | 21 | 333 | 61 | 103 |
| Binary | 10000001 | 10011110 | 11010100 | 100111 | 11001 | 0 | 10001 | 11011011 | 110001 | 1000011 |
Color Harmonies of #819ED4
Complementary color
Monochromatic Colors of #819ED4
Black with #819ED4
Text Example
Text Example
White with #819ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819ED4; }
p { color: rgb(129,158,212); }
H1.HeaderClassName
{
color: #819ED4;
}
.AnyTagClassName
{
color: #819ED4;
}
</style>
background-color css
<style>
a { background-color: #819ED4; }
a { background-color: rgb(129,158,212); }
div.DivClassName
{
background-color: #819ED4;
}
.BgClassName
{
background-color: #819ED4;
}
</style>
border-color css
<style>
span { border-color: #819ED4; }
span { border-color: rgb(129,158,212); }
td.TdClassName
{
border-color: #819ED4;
}
.TagClassName
{
border-color: #819ED4;
}
</style>