Shades of Polo Blue #84A0BE
Tints of Polo Blue #84A0BE
RGB
CMYK
RGB Variations
Color information
#84A0BE (or 0x84A0BE) is known color: Polo Blue. HEX triplet: 84, A0 and BE. RGB value is (132,160,190). Sum of RGB (Red+Green+Blue) = 132+160+190=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #84A0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A0BE is #7B5F41. Grayscale: #9A9A9A. Windows color (decimal): -8085314 or 12492932. OLE color: 12492932.
HSL color Cylindrical-coordinate representation of color #84A0BE: hue angle of 211.03º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84A0BE is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 160 | 190 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.25 |
| HSL | 211.03º | 0.31% | 0.63% | - |
| HSV(B) | 211.03º | 0.31% | 0.75% | - |
| XYZ | 31.38 | 33.76 | 53.58 | - |
| YUV | 155.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 160 | 190 | 0.31 | 0.16 | 0 | 0.25 | 211.03 | 0.31 | 0.63 |
| Hex | 84 | A0 | BE | 1F | 10 | 0 | 19 | D3 | 1F | 3F |
| Octal | 204 | 240 | 276 | 37 | 20 | 0 | 31 | 323 | 37 | 77 |
| Binary | 10000100 | 10100000 | 10111110 | 11111 | 10000 | 0 | 11001 | 11010011 | 11111 | 111111 |
Color Harmonies of #84A0BE
Complementary color
Monochromatic Colors of #84A0BE
Black with #84A0BE
Text Example
Text Example
White with #84A0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A0BE; }
p { color: rgb(132,160,190); }
H1.HeaderClassName
{
color: #84A0BE;
}
.AnyTagClassName
{
color: #84A0BE;
}
</style>
background-color css
<style>
a { background-color: #84A0BE; }
a { background-color: rgb(132,160,190); }
div.DivClassName
{
background-color: #84A0BE;
}
.BgClassName
{
background-color: #84A0BE;
}
</style>
border-color css
<style>
span { border-color: #84A0BE; }
span { border-color: rgb(132,160,190); }
td.TdClassName
{
border-color: #84A0BE;
}
.TagClassName
{
border-color: #84A0BE;
}
</style>