Shades of Polo Blue #819EBE
Tints of Polo Blue #819EBE
RGB
CMYK
RGB Variations
Color information
#819EBE (or 0x819EBE) is known color: Polo Blue. HEX triplet: 81, 9E and BE. RGB value is (129,158,190). Sum of RGB (Red+Green+Blue) = 129+158+190=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #819EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819EBE is #7E6141. Grayscale: #989898. Windows color (decimal): -8282434 or 12492417. OLE color: 12492417.
HSL color Cylindrical-coordinate representation of color #819EBE: hue angle of 211.48º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #819EBE is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 158 | 190 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.25 |
| HSL | 211.48º | 0.32% | 0.63% | - |
| HSV(B) | 211.48º | 0.32% | 0.75% | - |
| XYZ | 30.57 | 32.84 | 53.44 | - |
| YUV | 152.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 158 | 190 | 0.32 | 0.17 | 0 | 0.25 | 211.48 | 0.32 | 0.63 |
| Hex | 81 | 9E | BE | 20 | 11 | 0 | 19 | D3 | 20 | 3F |
| Octal | 201 | 236 | 276 | 40 | 21 | 0 | 31 | 323 | 40 | 77 |
| Binary | 10000001 | 10011110 | 10111110 | 100000 | 10001 | 0 | 11001 | 11010011 | 100000 | 111111 |
Color Harmonies of #819EBE
Complementary color
Monochromatic Colors of #819EBE
Black with #819EBE
Text Example
Text Example
White with #819EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819EBE; }
p { color: rgb(129,158,190); }
H1.HeaderClassName
{
color: #819EBE;
}
.AnyTagClassName
{
color: #819EBE;
}
</style>
background-color css
<style>
a { background-color: #819EBE; }
a { background-color: rgb(129,158,190); }
div.DivClassName
{
background-color: #819EBE;
}
.BgClassName
{
background-color: #819EBE;
}
</style>
border-color css
<style>
span { border-color: #819EBE; }
span { border-color: rgb(129,158,190); }
td.TdClassName
{
border-color: #819EBE;
}
.TagClassName
{
border-color: #819EBE;
}
</style>