Shades of Polo Blue #84A2D8
Tints of Polo Blue #84A2D8
RGB
CMYK
RGB Variations
Color information
#84A2D8 (or 0x84A2D8) is known color: Polo Blue. HEX triplet: 84, A2 and D8. RGB value is (132,162,216). Sum of RGB (Red+Green+Blue) = 132+162+216=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 216 - color contains mainly: blue. Hex color #84A2D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A2D8 is #7B5D27. Grayscale: #9E9E9E. Windows color (decimal): -8084776 or 14197380. OLE color: 14197380.
HSL color Cylindrical-coordinate representation of color #84A2D8: hue angle of 218.57º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84A2D8 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 162 | 216 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.15 |
| HSL | 218.57º | 0.52% | 0.68% | - |
| HSV(B) | 218.57º | 0.39% | 0.85% | - |
| XYZ | 34.83 | 35.7 | 70.02 | - |
| YUV | 159.19 | 160.06 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 216 | 0.39 | 0.25 | 0 | 0.15 | 218.57 | 0.52 | 0.68 |
| Hex | 84 | A2 | D8 | 27 | 19 | 0 | F | DB | 34 | 44 |
| Octal | 204 | 242 | 330 | 47 | 31 | 0 | 17 | 333 | 64 | 104 |
| Binary | 10000100 | 10100010 | 11011000 | 100111 | 11001 | 0 | 1111 | 11011011 | 110100 | 1000100 |
Color Harmonies of #84A2D8
Complementary color
Monochromatic Colors of #84A2D8
Black with #84A2D8
Text Example
Text Example
White with #84A2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A2D8; }
p { color: rgb(132,162,216); }
H1.HeaderClassName
{
color: #84A2D8;
}
.AnyTagClassName
{
color: #84A2D8;
}
</style>
background-color css
<style>
a { background-color: #84A2D8; }
a { background-color: rgb(132,162,216); }
div.DivClassName
{
background-color: #84A2D8;
}
.BgClassName
{
background-color: #84A2D8;
}
</style>
border-color css
<style>
span { border-color: #84A2D8; }
span { border-color: rgb(132,162,216); }
td.TdClassName
{
border-color: #84A2D8;
}
.TagClassName
{
border-color: #84A2D8;
}
</style>