Shades of Polo Blue #84A0CB
Tints of Polo Blue #84A0CB
RGB
CMYK
RGB Variations
Color information
#84A0CB (or 0x84A0CB) is known color: Polo Blue. HEX triplet: 84, A0 and CB. RGB value is (132,160,203). Sum of RGB (Red+Green+Blue) = 132+160+203=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #84A0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A0CB is #7B5F34. Grayscale: #9C9C9C. Windows color (decimal): -8085301 or 13344900. OLE color: 13344900.
HSL color Cylindrical-coordinate representation of color #84A0CB: hue angle of 216.34º 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 #84A0CB is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 160 | 203 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.20 |
| HSL | 216.34º | 0.41% | 0.66% | - |
| HSV(B) | 216.34º | 0.35% | 0.8% | - |
| XYZ | 32.87 | 34.36 | 61.4 | - |
| YUV | 156.53 | 154.22 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 203 | 0.35 | 0.21 | 0 | 0.20 | 216.34 | 0.41 | 0.66 |
| Hex | 84 | A0 | CB | 23 | 15 | 0 | 14 | D8 | 29 | 42 |
| Octal | 204 | 240 | 313 | 43 | 25 | 0 | 24 | 330 | 51 | 102 |
| Binary | 10000100 | 10100000 | 11001011 | 100011 | 10101 | 0 | 10100 | 11011000 | 101001 | 1000010 |
Color Harmonies of #84A0CB
Complementary color
Monochromatic Colors of #84A0CB
Black with #84A0CB
Text Example
Text Example
White with #84A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A0CB; }
p { color: rgb(132,160,203); }
H1.HeaderClassName
{
color: #84A0CB;
}
.AnyTagClassName
{
color: #84A0CB;
}
</style>
background-color css
<style>
a { background-color: #84A0CB; }
a { background-color: rgb(132,160,203); }
div.DivClassName
{
background-color: #84A0CB;
}
.BgClassName
{
background-color: #84A0CB;
}
</style>
border-color css
<style>
span { border-color: #84A0CB; }
span { border-color: rgb(132,160,203); }
td.TdClassName
{
border-color: #84A0CB;
}
.TagClassName
{
border-color: #84A0CB;
}
</style>