Shades of Polo Blue #849ECE
Tints of Polo Blue #849ECE
RGB
CMYK
RGB Variations
Color information
#849ECE (or 0x849ECE) is known color: Polo Blue. HEX triplet: 84, 9E and CE. RGB value is (132,158,206). Sum of RGB (Red+Green+Blue) = 132+158+206=496 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.61% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #849ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ECE is #7B6131. Grayscale: #9B9B9B. Windows color (decimal): -8085810 or 13540996. OLE color: 13540996.
HSL color Cylindrical-coordinate representation of color #849ECE: hue angle of 218.92º 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 #849ECE is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 158 | 206 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.19 |
| HSL | 218.92º | 0.43% | 0.66% | - |
| HSV(B) | 218.92º | 0.36% | 0.81% | - |
| XYZ | 32.88 | 33.82 | 63.19 | - |
| YUV | 155.7 | 156.39 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 206 | 0.36 | 0.23 | 0 | 0.19 | 218.92 | 0.43 | 0.66 |
| Hex | 84 | 9E | CE | 24 | 17 | 0 | 13 | DB | 2B | 42 |
| Octal | 204 | 236 | 316 | 44 | 27 | 0 | 23 | 333 | 53 | 102 |
| Binary | 10000100 | 10011110 | 11001110 | 100100 | 10111 | 0 | 10011 | 11011011 | 101011 | 1000010 |
Color Harmonies of #849ECE
Complementary color
Monochromatic Colors of #849ECE
Black with #849ECE
Text Example
Text Example
White with #849ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849ECE; }
p { color: rgb(132,158,206); }
H1.HeaderClassName
{
color: #849ECE;
}
.AnyTagClassName
{
color: #849ECE;
}
</style>
background-color css
<style>
a { background-color: #849ECE; }
a { background-color: rgb(132,158,206); }
div.DivClassName
{
background-color: #849ECE;
}
.BgClassName
{
background-color: #849ECE;
}
</style>
border-color css
<style>
span { border-color: #849ECE; }
span { border-color: rgb(132,158,206); }
td.TdClassName
{
border-color: #849ECE;
}
.TagClassName
{
border-color: #849ECE;
}
</style>