Shades of Polo Blue #849CCB
Tints of Polo Blue #849CCB
RGB
CMYK
RGB Variations
Color information
#849CCB (or 0x849CCB) is known color: Polo Blue. HEX triplet: 84, 9C and CB. RGB value is (132,156,203). Sum of RGB (Red+Green+Blue) = 132+156+203=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #849CCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849CCB is #7B6334. Grayscale: #999999. Windows color (decimal): -8086325 or 13343876. OLE color: 13343876.
HSL color Cylindrical-coordinate representation of color #849CCB: hue angle of 219.72º 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 #849CCB is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 156 | 203 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.20 |
| HSL | 219.72º | 0.41% | 0.66% | - |
| HSV(B) | 219.72º | 0.35% | 0.8% | - |
| XYZ | 32.18 | 32.99 | 61.17 | - |
| YUV | 154.18 | 155.55 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 156 | 203 | 0.35 | 0.23 | 0 | 0.20 | 219.72 | 0.41 | 0.66 |
| Hex | 84 | 9C | CB | 23 | 17 | 0 | 14 | DC | 29 | 42 |
| Octal | 204 | 234 | 313 | 43 | 27 | 0 | 24 | 334 | 51 | 102 |
| Binary | 10000100 | 10011100 | 11001011 | 100011 | 10111 | 0 | 10100 | 11011100 | 101001 | 1000010 |
Color Harmonies of #849CCB
Complementary color
Monochromatic Colors of #849CCB
Black with #849CCB
Text Example
Text Example
White with #849CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849CCB; }
p { color: rgb(132,156,203); }
H1.HeaderClassName
{
color: #849CCB;
}
.AnyTagClassName
{
color: #849CCB;
}
</style>
background-color css
<style>
a { background-color: #849CCB; }
a { background-color: rgb(132,156,203); }
div.DivClassName
{
background-color: #849CCB;
}
.BgClassName
{
background-color: #849CCB;
}
</style>
border-color css
<style>
span { border-color: #849CCB; }
span { border-color: rgb(132,156,203); }
td.TdClassName
{
border-color: #849CCB;
}
.TagClassName
{
border-color: #849CCB;
}
</style>