Shades of Polo Blue #87A3BF
Tints of Polo Blue #87A3BF
RGB
CMYK
RGB Variations
Color information
#87A3BF (or 0x87A3BF) is known color: Polo Blue. HEX triplet: 87, A3 and BF. RGB value is (135,163,191). Sum of RGB (Red+Green+Blue) = 135+163+191=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #87A3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A3BF is #785C40. Grayscale: #9D9D9D. Windows color (decimal): -7887937 or 12559239. OLE color: 12559239.
HSL color Cylindrical-coordinate representation of color #87A3BF: hue angle of 210º 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 #87A3BF is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 135 | 163 | 191 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.25 |
| HSL | 210º | 0.3% | 0.64% | - |
| HSV(B) | 210º | 0.29% | 0.75% | - |
| XYZ | 32.49 | 35.11 | 54.35 | - |
| YUV | 157.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 163 | 191 | 0.29 | 0.15 | 0 | 0.25 | 210 | 0.3 | 0.64 |
| Hex | 87 | A3 | BF | 1D | F | 0 | 19 | D2 | 1E | 40 |
| Octal | 207 | 243 | 277 | 35 | 17 | 0 | 31 | 322 | 36 | 100 |
| Binary | 10000111 | 10100011 | 10111111 | 11101 | 1111 | 0 | 11001 | 11010010 | 11110 | 1000000 |
Color Harmonies of #87A3BF
Complementary color
Monochromatic Colors of #87A3BF
Black with #87A3BF
Text Example
Text Example
White with #87A3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A3BF; }
p { color: rgb(135,163,191); }
H1.HeaderClassName
{
color: #87A3BF;
}
.AnyTagClassName
{
color: #87A3BF;
}
</style>
background-color css
<style>
a { background-color: #87A3BF; }
a { background-color: rgb(135,163,191); }
div.DivClassName
{
background-color: #87A3BF;
}
.BgClassName
{
background-color: #87A3BF;
}
</style>
border-color css
<style>
span { border-color: #87A3BF; }
span { border-color: rgb(135,163,191); }
td.TdClassName
{
border-color: #87A3BF;
}
.TagClassName
{
border-color: #87A3BF;
}
</style>