Shades of Polo Blue #849ECC
Tints of Polo Blue #849ECC
RGB
CMYK
RGB Variations
Color information
#849ECC (or 0x849ECC) is known color: Polo Blue. HEX triplet: 84, 9E and CC. RGB value is (132,158,204). Sum of RGB (Red+Green+Blue) = 132+158+204=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #849ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849ECC is #7B6133. Grayscale: #9B9B9B. Windows color (decimal): -8085812 or 13409924. OLE color: 13409924.
HSL color Cylindrical-coordinate representation of color #849ECC: hue angle of 218.33º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #849ECC is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 158 | 204 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.2 |
| HSL | 218.33º | 0.41% | 0.66% | - |
| HSV(B) | 218.33º | 0.35% | 0.8% | - |
| XYZ | 32.64 | 33.72 | 61.91 | - |
| YUV | 155.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 158 | 204 | 0.35 | 0.23 | 0 | 0.2 | 218.33 | 0.41 | 0.66 |
| Hex | 84 | 9E | CC | 23 | 17 | 0 | 14 | DA | 29 | 42 |
| Octal | 204 | 236 | 314 | 43 | 27 | 0 | 24 | 332 | 51 | 102 |
| Binary | 10000100 | 10011110 | 11001100 | 100011 | 10111 | 0 | 10100 | 11011010 | 101001 | 1000010 |
Color Harmonies of #849ECC
Complementary color
Monochromatic Colors of #849ECC
Black with #849ECC
Text Example
Text Example
White with #849ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849ECC; }
p { color: rgb(132,158,204); }
H1.HeaderClassName
{
color: #849ECC;
}
.AnyTagClassName
{
color: #849ECC;
}
</style>
background-color css
<style>
a { background-color: #849ECC; }
a { background-color: rgb(132,158,204); }
div.DivClassName
{
background-color: #849ECC;
}
.BgClassName
{
background-color: #849ECC;
}
</style>
border-color css
<style>
span { border-color: #849ECC; }
span { border-color: rgb(132,158,204); }
td.TdClassName
{
border-color: #849ECC;
}
.TagClassName
{
border-color: #849ECC;
}
</style>