Shades of Grey Suit #8987A5
Tints of Grey Suit #8987A5
RGB
CMYK
RGB Variations
Color information
#8987A5 (or 0x8987A5) is known color: Grey Suit. HEX triplet: 89, 87 and A5. RGB value is (137,135,165). Sum of RGB (Red+Green+Blue) = 137+135+165=437 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.35% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 165 - color contains mainly: blue. Hex color #8987A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8987A5 is #76785A. Grayscale: #8A8A8A. Windows color (decimal): -7764059 or 10848137. OLE color: 10848137.
HSL color Cylindrical-coordinate representation of color #8987A5: hue angle of 244º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8987A5 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 135 | 165 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.35 |
| HSL | 244º | 0.14% | 0.59% | - |
| HSV(B) | 244º | 0.18% | 0.65% | - |
| XYZ | 25.77 | 25.36 | 39.13 | - |
| YUV | 139.02 | 142.66 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 135 | 165 | 0.17 | 0.18 | 0 | 0.35 | 244 | 0.14 | 0.59 |
| Hex | 89 | 87 | A5 | 11 | 12 | 0 | 23 | F4 | E | 3B |
| Octal | 211 | 207 | 245 | 21 | 22 | 0 | 43 | 364 | 16 | 73 |
| Binary | 10001001 | 10000111 | 10100101 | 10001 | 10010 | 0 | 100011 | 11110100 | 1110 | 111011 |
Color Harmonies of #8987A5
Complementary color
Monochromatic Colors of #8987A5
Black with #8987A5
Text Example
Text Example
White with #8987A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8987A5; }
p { color: rgb(137,135,165); }
H1.HeaderClassName
{
color: #8987A5;
}
.AnyTagClassName
{
color: #8987A5;
}
</style>
background-color css
<style>
a { background-color: #8987A5; }
a { background-color: rgb(137,135,165); }
div.DivClassName
{
background-color: #8987A5;
}
.BgClassName
{
background-color: #8987A5;
}
</style>
border-color css
<style>
span { border-color: #8987A5; }
span { border-color: rgb(137,135,165); }
td.TdClassName
{
border-color: #8987A5;
}
.TagClassName
{
border-color: #8987A5;
}
</style>