Shades of Polo Blue #849FC9
Tints of Polo Blue #849FC9
RGB
CMYK
RGB Variations
Color information
#849FC9 (or 0x849FC9) is known color: Polo Blue. HEX triplet: 84, 9F and C9. RGB value is (132,159,201). Sum of RGB (Red+Green+Blue) = 132+159+201=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 201 - color contains mainly: blue. Hex color #849FC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FC9 is #7B6036. Grayscale: #9B9B9B. Windows color (decimal): -8085559 or 13213572. OLE color: 13213572.
HSL color Cylindrical-coordinate representation of color #849FC9: hue angle of 216.52º 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 #849FC9 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 159 | 201 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.21 |
| HSL | 216.52º | 0.39% | 0.65% | - |
| HSV(B) | 216.52º | 0.34% | 0.79% | - |
| XYZ | 32.46 | 33.92 | 60.09 | - |
| YUV | 155.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 201 | 0.34 | 0.21 | 0 | 0.21 | 216.52 | 0.39 | 0.65 |
| Hex | 84 | 9F | C9 | 22 | 15 | 0 | 15 | D9 | 27 | 41 |
| Octal | 204 | 237 | 311 | 42 | 25 | 0 | 25 | 331 | 47 | 101 |
| Binary | 10000100 | 10011111 | 11001001 | 100010 | 10101 | 0 | 10101 | 11011001 | 100111 | 1000001 |
Color Harmonies of #849FC9
Complementary color
Monochromatic Colors of #849FC9
Black with #849FC9
Text Example
Text Example
White with #849FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849FC9; }
p { color: rgb(132,159,201); }
H1.HeaderClassName
{
color: #849FC9;
}
.AnyTagClassName
{
color: #849FC9;
}
</style>
background-color css
<style>
a { background-color: #849FC9; }
a { background-color: rgb(132,159,201); }
div.DivClassName
{
background-color: #849FC9;
}
.BgClassName
{
background-color: #849FC9;
}
</style>
border-color css
<style>
span { border-color: #849FC9; }
span { border-color: rgb(132,159,201); }
td.TdClassName
{
border-color: #849FC9;
}
.TagClassName
{
border-color: #849FC9;
}
</style>