Shades of Grey Suit #8983A1
Tints of Grey Suit #8983A1
RGB
CMYK
RGB Variations
Color information
#8983A1 (or 0x8983A1) is known color: Grey Suit. HEX triplet: 89, 83 and A1. RGB value is (137,131,161). Sum of RGB (Red+Green+Blue) = 137+131+161=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 161 - color contains mainly: blue. Hex color #8983A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8983A1 is #767C5E. Grayscale: #888888. Windows color (decimal): -7765087 or 10584969. OLE color: 10584969.
HSL color Cylindrical-coordinate representation of color #8983A1: hue angle of 252º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8983A1 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 131 | 161 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.37 |
| HSL | 252º | 0.14% | 0.57% | - |
| HSV(B) | 252º | 0.19% | 0.63% | - |
| XYZ | 24.87 | 24.12 | 37.06 | - |
| YUV | 136.21 | 141.99 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 161 | 0.15 | 0.19 | 0 | 0.37 | 252 | 0.14 | 0.57 |
| Hex | 89 | 83 | A1 | F | 13 | 0 | 25 | FC | E | 39 |
| Octal | 211 | 203 | 241 | 17 | 23 | 0 | 45 | 374 | 16 | 71 |
| Binary | 10001001 | 10000011 | 10100001 | 1111 | 10011 | 0 | 100101 | 11111100 | 1110 | 111001 |
Color Harmonies of #8983A1
Complementary color
Monochromatic Colors of #8983A1
Black with #8983A1
Text Example
Text Example
White with #8983A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8983A1; }
p { color: rgb(137,131,161); }
H1.HeaderClassName
{
color: #8983A1;
}
.AnyTagClassName
{
color: #8983A1;
}
</style>
background-color css
<style>
a { background-color: #8983A1; }
a { background-color: rgb(137,131,161); }
div.DivClassName
{
background-color: #8983A1;
}
.BgClassName
{
background-color: #8983A1;
}
</style>
border-color css
<style>
span { border-color: #8983A1; }
span { border-color: rgb(137,131,161); }
td.TdClassName
{
border-color: #8983A1;
}
.TagClassName
{
border-color: #8983A1;
}
</style>