Shades of Polo Blue #849FCE
Tints of Polo Blue #849FCE
RGB
CMYK
RGB Variations
Color information
#849FCE (or 0x849FCE) is known color: Polo Blue. HEX triplet: 84, 9F and CE. RGB value is (132,159,206). Sum of RGB (Red+Green+Blue) = 132+159+206=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #849FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849FCE is #7B6031. Grayscale: #9C9C9C. Windows color (decimal): -8085554 or 13541252. OLE color: 13541252.
HSL color Cylindrical-coordinate representation of color #849FCE: hue angle of 218.11º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #849FCE is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 159 | 206 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.19 |
| HSL | 218.11º | 0.43% | 0.66% | - |
| HSV(B) | 218.11º | 0.36% | 0.81% | - |
| XYZ | 33.05 | 34.16 | 63.24 | - |
| YUV | 156.29 | 156.05 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 206 | 0.36 | 0.23 | 0 | 0.19 | 218.11 | 0.43 | 0.66 |
| Hex | 84 | 9F | CE | 24 | 17 | 0 | 13 | DA | 2B | 42 |
| Octal | 204 | 237 | 316 | 44 | 27 | 0 | 23 | 332 | 53 | 102 |
| Binary | 10000100 | 10011111 | 11001110 | 100100 | 10111 | 0 | 10011 | 11011010 | 101011 | 1000010 |
Color Harmonies of #849FCE
Complementary color
Monochromatic Colors of #849FCE
Black with #849FCE
Text Example
Text Example
White with #849FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849FCE; }
p { color: rgb(132,159,206); }
H1.HeaderClassName
{
color: #849FCE;
}
.AnyTagClassName
{
color: #849FCE;
}
</style>
background-color css
<style>
a { background-color: #849FCE; }
a { background-color: rgb(132,159,206); }
div.DivClassName
{
background-color: #849FCE;
}
.BgClassName
{
background-color: #849FCE;
}
</style>
border-color css
<style>
span { border-color: #849FCE; }
span { border-color: rgb(132,159,206); }
td.TdClassName
{
border-color: #849FCE;
}
.TagClassName
{
border-color: #849FCE;
}
</style>