Shades of Polo Blue #849BCB
Tints of Polo Blue #849BCB
RGB
CMYK
RGB Variations
Color information
#849BCB (or 0x849BCB) is known color: Polo Blue. HEX triplet: 84, 9B and CB. RGB value is (132,155,203). Sum of RGB (Red+Green+Blue) = 132+155+203=490 (64% of max value = 765). Red value is 132 (51.95% from 255 or 26.94% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #849BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #849BCB is #7B6434. Grayscale: #999999. Windows color (decimal): -8086581 or 13343620. OLE color: 13343620.
HSL color Cylindrical-coordinate representation of color #849BCB: hue angle of 220.56º 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 #849BCB is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 155 | 203 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.20 |
| HSL | 220.56º | 0.41% | 0.66% | - |
| HSV(B) | 220.56º | 0.35% | 0.8% | - |
| XYZ | 32.02 | 32.66 | 61.12 | - |
| YUV | 153.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 155 | 203 | 0.35 | 0.24 | 0 | 0.20 | 220.56 | 0.41 | 0.66 |
| Hex | 84 | 9B | CB | 23 | 18 | 0 | 14 | DD | 29 | 42 |
| Octal | 204 | 233 | 313 | 43 | 30 | 0 | 24 | 335 | 51 | 102 |
| Binary | 10000100 | 10011011 | 11001011 | 100011 | 11000 | 0 | 10100 | 11011101 | 101001 | 1000010 |
Color Harmonies of #849BCB
Complementary color
Monochromatic Colors of #849BCB
Black with #849BCB
Text Example
Text Example
White with #849BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849BCB; }
p { color: rgb(132,155,203); }
H1.HeaderClassName
{
color: #849BCB;
}
.AnyTagClassName
{
color: #849BCB;
}
</style>
background-color css
<style>
a { background-color: #849BCB; }
a { background-color: rgb(132,155,203); }
div.DivClassName
{
background-color: #849BCB;
}
.BgClassName
{
background-color: #849BCB;
}
</style>
border-color css
<style>
span { border-color: #849BCB; }
span { border-color: rgb(132,155,203); }
td.TdClassName
{
border-color: #849BCB;
}
.TagClassName
{
border-color: #849BCB;
}
</style>