Shades of Grey Suit #8984AE
Tints of Grey Suit #8984AE
RGB
CMYK
RGB Variations
Color information
#8984AE (or 0x8984AE) is known color: Grey Suit. HEX triplet: 89, 84 and AE. RGB value is (137,132,174). Sum of RGB (Red+Green+Blue) = 137+132+174=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 132 (51.95% from 255 or 29.80% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #8984AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8984AE is #767B51. Grayscale: #8A8A8A. Windows color (decimal): -7764818 or 11437193. OLE color: 11437193.
HSL color Cylindrical-coordinate representation of color #8984AE: hue angle of 247.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8984AE is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 132 | 174 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.32 |
| HSL | 247.14º | 0.21% | 0.6% | - |
| HSV(B) | 247.14º | 0.24% | 0.68% | - |
| XYZ | 26.21 | 24.88 | 43.46 | - |
| YUV | 138.28 | 148.16 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 174 | 0.21 | 0.24 | 0 | 0.32 | 247.14 | 0.21 | 0.6 |
| Hex | 89 | 84 | AE | 15 | 18 | 0 | 20 | F7 | 15 | 3C |
| Octal | 211 | 204 | 256 | 25 | 30 | 0 | 40 | 367 | 25 | 74 |
| Binary | 10001001 | 10000100 | 10101110 | 10101 | 11000 | 0 | 100000 | 11110111 | 10101 | 111100 |
Color Harmonies of #8984AE
Complementary color
Monochromatic Colors of #8984AE
Black with #8984AE
Text Example
Text Example
White with #8984AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8984AE; }
p { color: rgb(137,132,174); }
H1.HeaderClassName
{
color: #8984AE;
}
.AnyTagClassName
{
color: #8984AE;
}
</style>
background-color css
<style>
a { background-color: #8984AE; }
a { background-color: rgb(137,132,174); }
div.DivClassName
{
background-color: #8984AE;
}
.BgClassName
{
background-color: #8984AE;
}
</style>
border-color css
<style>
span { border-color: #8984AE; }
span { border-color: rgb(137,132,174); }
td.TdClassName
{
border-color: #8984AE;
}
.TagClassName
{
border-color: #8984AE;
}
</style>