Shades of Polo Blue #819ECC
Tints of Polo Blue #819ECC
RGB
CMYK
RGB Variations
Color information
#819ECC (or 0x819ECC) is known color: Polo Blue. HEX triplet: 81, 9E and CC. RGB value is (129,158,204). Sum of RGB (Red+Green+Blue) = 129+158+204=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #819ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ECC is #7E6133. Grayscale: #9A9A9A. Windows color (decimal): -8282420 or 13409921. OLE color: 13409921.
HSL color Cylindrical-coordinate representation of color #819ECC: hue angle of 216.8º degrees, saturation: 0.42, 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 #819ECC is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 158 | 204 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.2 |
| HSL | 216.8º | 0.42% | 0.65% | - |
| HSV(B) | 216.8º | 0.37% | 0.8% | - |
| XYZ | 32.18 | 33.48 | 61.89 | - |
| YUV | 154.57 | 155.89 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 158 | 204 | 0.37 | 0.23 | 0 | 0.2 | 216.8 | 0.42 | 0.65 |
| Hex | 81 | 9E | CC | 25 | 17 | 0 | 14 | D9 | 2A | 41 |
| Octal | 201 | 236 | 314 | 45 | 27 | 0 | 24 | 331 | 52 | 101 |
| Binary | 10000001 | 10011110 | 11001100 | 100101 | 10111 | 0 | 10100 | 11011001 | 101010 | 1000001 |
Color Harmonies of #819ECC
Complementary color
Monochromatic Colors of #819ECC
Black with #819ECC
Text Example
Text Example
White with #819ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819ECC; }
p { color: rgb(129,158,204); }
H1.HeaderClassName
{
color: #819ECC;
}
.AnyTagClassName
{
color: #819ECC;
}
</style>
background-color css
<style>
a { background-color: #819ECC; }
a { background-color: rgb(129,158,204); }
div.DivClassName
{
background-color: #819ECC;
}
.BgClassName
{
background-color: #819ECC;
}
</style>
border-color css
<style>
span { border-color: #819ECC; }
span { border-color: rgb(129,158,204); }
td.TdClassName
{
border-color: #819ECC;
}
.TagClassName
{
border-color: #819ECC;
}
</style>