Shades of Grey Suit #8987A3
Tints of Grey Suit #8987A3
RGB
CMYK
RGB Variations
Color information
#8987A3 (or 0x8987A3) is known color: Grey Suit. HEX triplet: 89, 87 and A3. RGB value is (137,135,163). Sum of RGB (Red+Green+Blue) = 137+135+163=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 163 - color contains mainly: blue. Hex color #8987A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8987A3 is #76785C. Grayscale: #8A8A8A. Windows color (decimal): -7764061 or 10717065. OLE color: 10717065.
HSL color Cylindrical-coordinate representation of color #8987A3: hue angle of 244.29º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8987A3 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 135 | 163 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.36 |
| HSL | 244.29º | 0.13% | 0.58% | - |
| HSV(B) | 244.29º | 0.17% | 0.64% | - |
| XYZ | 25.59 | 25.29 | 38.18 | - |
| YUV | 138.79 | 141.66 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 135 | 163 | 0.16 | 0.17 | 0 | 0.36 | 244.29 | 0.13 | 0.58 |
| Hex | 89 | 87 | A3 | 10 | 11 | 0 | 24 | F4 | D | 3A |
| Octal | 211 | 207 | 243 | 20 | 21 | 0 | 44 | 364 | 15 | 72 |
| Binary | 10001001 | 10000111 | 10100011 | 10000 | 10001 | 0 | 100100 | 11110100 | 1101 | 111010 |
Color Harmonies of #8987A3
Complementary color
Monochromatic Colors of #8987A3
Black with #8987A3
Text Example
Text Example
White with #8987A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8987A3; }
p { color: rgb(137,135,163); }
H1.HeaderClassName
{
color: #8987A3;
}
.AnyTagClassName
{
color: #8987A3;
}
</style>
background-color css
<style>
a { background-color: #8987A3; }
a { background-color: rgb(137,135,163); }
div.DivClassName
{
background-color: #8987A3;
}
.BgClassName
{
background-color: #8987A3;
}
</style>
border-color css
<style>
span { border-color: #8987A3; }
span { border-color: rgb(137,135,163); }
td.TdClassName
{
border-color: #8987A3;
}
.TagClassName
{
border-color: #8987A3;
}
</style>