Shades of Polo Blue #87A2BF
Tints of Polo Blue #87A2BF
RGB
CMYK
RGB Variations
Color information
#87A2BF (or 0x87A2BF) is known color: Polo Blue. HEX triplet: 87, A2 and BF. RGB value is (135,162,191). Sum of RGB (Red+Green+Blue) = 135+162+191=488 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.66% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #87A2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A2BF is #785D40. Grayscale: #9D9D9D. Windows color (decimal): -7888193 or 12558983. OLE color: 12558983.
HSL color Cylindrical-coordinate representation of color #87A2BF: hue angle of 211.07º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #87A2BF is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 162 | 191 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.25 |
| HSL | 211.07º | 0.3% | 0.64% | - |
| HSV(B) | 211.07º | 0.29% | 0.75% | - |
| XYZ | 32.32 | 34.75 | 54.3 | - |
| YUV | 157.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 162 | 191 | 0.29 | 0.15 | 0 | 0.25 | 211.07 | 0.3 | 0.64 |
| Hex | 87 | A2 | BF | 1D | F | 0 | 19 | D3 | 1E | 40 |
| Octal | 207 | 242 | 277 | 35 | 17 | 0 | 31 | 323 | 36 | 100 |
| Binary | 10000111 | 10100010 | 10111111 | 11101 | 1111 | 0 | 11001 | 11010011 | 11110 | 1000000 |
Color Harmonies of #87A2BF
Complementary color
Monochromatic Colors of #87A2BF
Black with #87A2BF
Text Example
Text Example
White with #87A2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A2BF; }
p { color: rgb(135,162,191); }
H1.HeaderClassName
{
color: #87A2BF;
}
.AnyTagClassName
{
color: #87A2BF;
}
</style>
background-color css
<style>
a { background-color: #87A2BF; }
a { background-color: rgb(135,162,191); }
div.DivClassName
{
background-color: #87A2BF;
}
.BgClassName
{
background-color: #87A2BF;
}
</style>
border-color css
<style>
span { border-color: #87A2BF; }
span { border-color: rgb(135,162,191); }
td.TdClassName
{
border-color: #87A2BF;
}
.TagClassName
{
border-color: #87A2BF;
}
</style>