Shades of Polo Blue #849EC9
Tints of Polo Blue #849EC9
RGB
CMYK
RGB Variations
Color information
#849EC9 (or 0x849EC9) is known color: Polo Blue. HEX triplet: 84, 9E and C9. RGB value is (132,158,201). Sum of RGB (Red+Green+Blue) = 132+158+201=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #849EC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849EC9 is #7B6136. Grayscale: #9A9A9A. Windows color (decimal): -8085815 or 13213316. OLE color: 13213316.
HSL color Cylindrical-coordinate representation of color #849EC9: hue angle of 217.39º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #849EC9 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 158 | 201 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.21 |
| HSL | 217.39º | 0.39% | 0.65% | - |
| HSV(B) | 217.39º | 0.34% | 0.79% | - |
| XYZ | 32.29 | 33.58 | 60.04 | - |
| YUV | 155.13 | 153.89 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 201 | 0.34 | 0.21 | 0 | 0.21 | 217.39 | 0.39 | 0.65 |
| Hex | 84 | 9E | C9 | 22 | 15 | 0 | 15 | D9 | 27 | 41 |
| Octal | 204 | 236 | 311 | 42 | 25 | 0 | 25 | 331 | 47 | 101 |
| Binary | 10000100 | 10011110 | 11001001 | 100010 | 10101 | 0 | 10101 | 11011001 | 100111 | 1000001 |
Color Harmonies of #849EC9
Complementary color
Monochromatic Colors of #849EC9
Black with #849EC9
Text Example
Text Example
White with #849EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849EC9; }
p { color: rgb(132,158,201); }
H1.HeaderClassName
{
color: #849EC9;
}
.AnyTagClassName
{
color: #849EC9;
}
</style>
background-color css
<style>
a { background-color: #849EC9; }
a { background-color: rgb(132,158,201); }
div.DivClassName
{
background-color: #849EC9;
}
.BgClassName
{
background-color: #849EC9;
}
</style>
border-color css
<style>
span { border-color: #849EC9; }
span { border-color: rgb(132,158,201); }
td.TdClassName
{
border-color: #849EC9;
}
.TagClassName
{
border-color: #849EC9;
}
</style>