Shades of Polo Blue #84A3C7
Tints of Polo Blue #84A3C7
RGB
CMYK
RGB Variations
Color information
#84A3C7 (or 0x84A3C7) is known color: Polo Blue. HEX triplet: 84, A3 and C7. RGB value is (132,163,199). Sum of RGB (Red+Green+Blue) = 132+163+199=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 199 (78.12% from 255 or 40.28% from 494); Max value from RGB is 199 - color contains mainly: blue. Hex color #84A3C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A3C7 is #7B5C38. Grayscale: #9D9D9D. Windows color (decimal): -8084537 or 13083524. OLE color: 13083524.
HSL color Cylindrical-coordinate representation of color #84A3C7: hue angle of 212.24º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #84A3C7 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 163 | 199 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.22 |
| HSL | 212.24º | 0.37% | 0.65% | - |
| HSV(B) | 212.24º | 0.34% | 0.78% | - |
| XYZ | 32.92 | 35.22 | 59.1 | - |
| YUV | 157.84 | 151.23 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 163 | 199 | 0.34 | 0.18 | 0 | 0.22 | 212.24 | 0.37 | 0.65 |
| Hex | 84 | A3 | C7 | 22 | 12 | 0 | 16 | D4 | 25 | 41 |
| Octal | 204 | 243 | 307 | 42 | 22 | 0 | 26 | 324 | 45 | 101 |
| Binary | 10000100 | 10100011 | 11000111 | 100010 | 10010 | 0 | 10110 | 11010100 | 100101 | 1000001 |
Color Harmonies of #84A3C7
Complementary color
Monochromatic Colors of #84A3C7
Black with #84A3C7
Text Example
Text Example
White with #84A3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A3C7; }
p { color: rgb(132,163,199); }
H1.HeaderClassName
{
color: #84A3C7;
}
.AnyTagClassName
{
color: #84A3C7;
}
</style>
background-color css
<style>
a { background-color: #84A3C7; }
a { background-color: rgb(132,163,199); }
div.DivClassName
{
background-color: #84A3C7;
}
.BgClassName
{
background-color: #84A3C7;
}
</style>
border-color css
<style>
span { border-color: #84A3C7; }
span { border-color: rgb(132,163,199); }
td.TdClassName
{
border-color: #84A3C7;
}
.TagClassName
{
border-color: #84A3C7;
}
</style>