Shades of Polo Blue #84A3CB
Tints of Polo Blue #84A3CB
RGB
CMYK
RGB Variations
Color information
#84A3CB (or 0x84A3CB) is known color: Polo Blue. HEX triplet: 84, A3 and CB. RGB value is (132,163,203). Sum of RGB (Red+Green+Blue) = 132+163+203=498 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.51% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #84A3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A3CB is #7B5C34. Grayscale: #9E9E9E. Windows color (decimal): -8084533 or 13345668. OLE color: 13345668.
HSL color Cylindrical-coordinate representation of color #84A3CB: hue angle of 213.8º 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 #84A3CB is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 163 | 203 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.20 |
| HSL | 213.8º | 0.41% | 0.66% | - |
| HSV(B) | 213.8º | 0.35% | 0.8% | - |
| XYZ | 33.39 | 35.41 | 61.58 | - |
| YUV | 158.29 | 153.23 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 203 | 0.35 | 0.20 | 0 | 0.20 | 213.8 | 0.41 | 0.66 |
| Hex | 84 | A3 | CB | 23 | 14 | 0 | 14 | D6 | 29 | 42 |
| Octal | 204 | 243 | 313 | 43 | 24 | 0 | 24 | 326 | 51 | 102 |
| Binary | 10000100 | 10100011 | 11001011 | 100011 | 10100 | 0 | 10100 | 11010110 | 101001 | 1000010 |
Color Harmonies of #84A3CB
Complementary color
Monochromatic Colors of #84A3CB
Black with #84A3CB
Text Example
Text Example
White with #84A3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A3CB; }
p { color: rgb(132,163,203); }
H1.HeaderClassName
{
color: #84A3CB;
}
.AnyTagClassName
{
color: #84A3CB;
}
</style>
background-color css
<style>
a { background-color: #84A3CB; }
a { background-color: rgb(132,163,203); }
div.DivClassName
{
background-color: #84A3CB;
}
.BgClassName
{
background-color: #84A3CB;
}
</style>
border-color css
<style>
span { border-color: #84A3CB; }
span { border-color: rgb(132,163,203); }
td.TdClassName
{
border-color: #84A3CB;
}
.TagClassName
{
border-color: #84A3CB;
}
</style>