Shades of Polo Blue #84A7D7
Tints of Polo Blue #84A7D7
RGB
CMYK
RGB Variations
Color information
#84A7D7 (or 0x84A7D7) is known color: Polo Blue. HEX triplet: 84, A7 and D7. RGB value is (132,167,215). Sum of RGB (Red+Green+Blue) = 132+167+215=514 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.68% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 215 - color contains mainly: blue. Hex color #84A7D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A7D7 is #7B5828. Grayscale: #A1A1A1. Windows color (decimal): -8083497 or 14133124. OLE color: 14133124.
HSL color Cylindrical-coordinate representation of color #84A7D7: hue angle of 214.7º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84A7D7 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 167 | 215 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.16 |
| HSL | 214.7º | 0.51% | 0.68% | - |
| HSV(B) | 214.7º | 0.39% | 0.84% | - |
| XYZ | 35.6 | 37.45 | 69.64 | - |
| YUV | 162.01 | 157.9 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 167 | 215 | 0.39 | 0.22 | 0 | 0.16 | 214.7 | 0.51 | 0.68 |
| Hex | 84 | A7 | D7 | 27 | 16 | 0 | 10 | D7 | 33 | 44 |
| Octal | 204 | 247 | 327 | 47 | 26 | 0 | 20 | 327 | 63 | 104 |
| Binary | 10000100 | 10100111 | 11010111 | 100111 | 10110 | 0 | 10000 | 11010111 | 110011 | 1000100 |
Color Harmonies of #84A7D7
Complementary color
Monochromatic Colors of #84A7D7
Black with #84A7D7
Text Example
Text Example
White with #84A7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A7D7; }
p { color: rgb(132,167,215); }
H1.HeaderClassName
{
color: #84A7D7;
}
.AnyTagClassName
{
color: #84A7D7;
}
</style>
background-color css
<style>
a { background-color: #84A7D7; }
a { background-color: rgb(132,167,215); }
div.DivClassName
{
background-color: #84A7D7;
}
.BgClassName
{
background-color: #84A7D7;
}
</style>
border-color css
<style>
span { border-color: #84A7D7; }
span { border-color: rgb(132,167,215); }
td.TdClassName
{
border-color: #84A7D7;
}
.TagClassName
{
border-color: #84A7D7;
}
</style>