Shades of Grey Suit #8D8AA2
Tints of Grey Suit #8D8AA2
RGB
CMYK
RGB Variations
Color information
#8D8AA2 (or 0x8D8AA2) is known color: Grey Suit. HEX triplet: 8D, 8A and A2. RGB value is (141,138,162). Sum of RGB (Red+Green+Blue) = 141+138+162=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 162 - color contains mainly: blue. Hex color #8D8AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8AA2 is #72755D. Grayscale: #8D8D8D. Windows color (decimal): -7501150 or 10652301. OLE color: 10652301.
HSL color Cylindrical-coordinate representation of color #8D8AA2: hue angle of 247.5º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D8AA2 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 138 | 162 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.36 |
| HSL | 247.5º | 0.11% | 0.59% | - |
| HSV(B) | 247.5º | 0.15% | 0.64% | - |
| XYZ | 26.59 | 26.45 | 37.89 | - |
| YUV | 141.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 138 | 162 | 0.13 | 0.15 | 0 | 0.36 | 247.5 | 0.11 | 0.59 |
| Hex | 8D | 8A | A2 | D | F | 0 | 24 | F8 | B | 3B |
| Octal | 215 | 212 | 242 | 15 | 17 | 0 | 44 | 370 | 13 | 73 |
| Binary | 10001101 | 10001010 | 10100010 | 1101 | 1111 | 0 | 100100 | 11111000 | 1011 | 111011 |
Color Harmonies of #8D8AA2
Complementary color
Monochromatic Colors of #8D8AA2
Black with #8D8AA2
Text Example
Text Example
White with #8D8AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8AA2; }
p { color: rgb(141,138,162); }
H1.HeaderClassName
{
color: #8D8AA2;
}
.AnyTagClassName
{
color: #8D8AA2;
}
</style>
background-color css
<style>
a { background-color: #8D8AA2; }
a { background-color: rgb(141,138,162); }
div.DivClassName
{
background-color: #8D8AA2;
}
.BgClassName
{
background-color: #8D8AA2;
}
</style>
border-color css
<style>
span { border-color: #8D8AA2; }
span { border-color: rgb(141,138,162); }
td.TdClassName
{
border-color: #8D8AA2;
}
.TagClassName
{
border-color: #8D8AA2;
}
</style>