Shades of Polo Blue #849CCA
Tints of Polo Blue #849CCA
RGB
CMYK
RGB Variations
Color information
#849CCA (or 0x849CCA) is known color: Polo Blue. HEX triplet: 84, 9C and CA. RGB value is (132,156,202). Sum of RGB (Red+Green+Blue) = 132+156+202=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #849CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CCA is #7B6335. Grayscale: #999999. Windows color (decimal): -8086326 or 13278340. OLE color: 13278340.
HSL color Cylindrical-coordinate representation of color #849CCA: hue angle of 219.43º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #849CCA is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 156 | 202 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.21 |
| HSL | 219.43º | 0.4% | 0.65% | - |
| HSV(B) | 219.43º | 0.35% | 0.79% | - |
| XYZ | 32.06 | 32.95 | 60.55 | - |
| YUV | 154.07 | 155.05 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 202 | 0.35 | 0.23 | 0 | 0.21 | 219.43 | 0.4 | 0.65 |
| Hex | 84 | 9C | CA | 23 | 17 | 0 | 15 | DB | 28 | 41 |
| Octal | 204 | 234 | 312 | 43 | 27 | 0 | 25 | 333 | 50 | 101 |
| Binary | 10000100 | 10011100 | 11001010 | 100011 | 10111 | 0 | 10101 | 11011011 | 101000 | 1000001 |
Color Harmonies of #849CCA
Complementary color
Monochromatic Colors of #849CCA
Black with #849CCA
Text Example
Text Example
White with #849CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849CCA; }
p { color: rgb(132,156,202); }
H1.HeaderClassName
{
color: #849CCA;
}
.AnyTagClassName
{
color: #849CCA;
}
</style>
background-color css
<style>
a { background-color: #849CCA; }
a { background-color: rgb(132,156,202); }
div.DivClassName
{
background-color: #849CCA;
}
.BgClassName
{
background-color: #849CCA;
}
</style>
border-color css
<style>
span { border-color: #849CCA; }
span { border-color: rgb(132,156,202); }
td.TdClassName
{
border-color: #849CCA;
}
.TagClassName
{
border-color: #849CCA;
}
</style>