Shades of Polo Blue #84A2CF
Tints of Polo Blue #84A2CF
RGB
CMYK
RGB Variations
Color information
#84A2CF (or 0x84A2CF) is known color: Polo Blue. HEX triplet: 84, A2 and CF. RGB value is (132,162,207). Sum of RGB (Red+Green+Blue) = 132+162+207=501 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.35% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #84A2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A2CF is #7B5D30. Grayscale: #9D9D9D. Windows color (decimal): -8084785 or 13607556. OLE color: 13607556.
HSL color Cylindrical-coordinate representation of color #84A2CF: hue angle of 216º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84A2CF is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 162 | 207 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.19 |
| HSL | 216º | 0.44% | 0.66% | - |
| HSV(B) | 216º | 0.36% | 0.81% | - |
| XYZ | 33.7 | 35.25 | 64.06 | - |
| YUV | 158.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 162 | 207 | 0.36 | 0.22 | 0 | 0.19 | 216 | 0.44 | 0.66 |
| Hex | 84 | A2 | CF | 24 | 16 | 0 | 13 | D8 | 2C | 42 |
| Octal | 204 | 242 | 317 | 44 | 26 | 0 | 23 | 330 | 54 | 102 |
| Binary | 10000100 | 10100010 | 11001111 | 100100 | 10110 | 0 | 10011 | 11011000 | 101100 | 1000010 |
Color Harmonies of #84A2CF
Complementary color
Monochromatic Colors of #84A2CF
Black with #84A2CF
Text Example
Text Example
White with #84A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A2CF; }
p { color: rgb(132,162,207); }
H1.HeaderClassName
{
color: #84A2CF;
}
.AnyTagClassName
{
color: #84A2CF;
}
</style>
background-color css
<style>
a { background-color: #84A2CF; }
a { background-color: rgb(132,162,207); }
div.DivClassName
{
background-color: #84A2CF;
}
.BgClassName
{
background-color: #84A2CF;
}
</style>
border-color css
<style>
span { border-color: #84A2CF; }
span { border-color: rgb(132,162,207); }
td.TdClassName
{
border-color: #84A2CF;
}
.TagClassName
{
border-color: #84A2CF;
}
</style>