Shades of Grey Suit #8D8AA4
Tints of Grey Suit #8D8AA4
RGB
CMYK
RGB Variations
Color information
#8D8AA4 (or 0x8D8AA4) is known color: Grey Suit. HEX triplet: 8D, 8A and A4. RGB value is (141,138,164). Sum of RGB (Red+Green+Blue) = 141+138+164=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 164 - color contains mainly: blue. Hex color #8D8AA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8AA4 is #72755B. Grayscale: #8D8D8D. Windows color (decimal): -7501148 or 10783373. OLE color: 10783373.
HSL color Cylindrical-coordinate representation of color #8D8AA4: hue angle of 246.92º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8D8AA4 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 138 | 164 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.36 |
| HSL | 246.92º | 0.13% | 0.59% | - |
| HSV(B) | 246.92º | 0.16% | 0.64% | - |
| XYZ | 26.77 | 26.52 | 38.83 | - |
| YUV | 141.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 138 | 164 | 0.14 | 0.16 | 0 | 0.36 | 246.92 | 0.13 | 0.59 |
| Hex | 8D | 8A | A4 | E | 10 | 0 | 24 | F7 | C | 3B |
| Octal | 215 | 212 | 244 | 16 | 20 | 0 | 44 | 367 | 14 | 73 |
| Binary | 10001101 | 10001010 | 10100100 | 1110 | 10000 | 0 | 100100 | 11110111 | 1100 | 111011 |
Color Harmonies of #8D8AA4
Complementary color
Monochromatic Colors of #8D8AA4
Black with #8D8AA4
Text Example
Text Example
White with #8D8AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8AA4; }
p { color: rgb(141,138,164); }
H1.HeaderClassName
{
color: #8D8AA4;
}
.AnyTagClassName
{
color: #8D8AA4;
}
</style>
background-color css
<style>
a { background-color: #8D8AA4; }
a { background-color: rgb(141,138,164); }
div.DivClassName
{
background-color: #8D8AA4;
}
.BgClassName
{
background-color: #8D8AA4;
}
</style>
border-color css
<style>
span { border-color: #8D8AA4; }
span { border-color: rgb(141,138,164); }
td.TdClassName
{
border-color: #8D8AA4;
}
.TagClassName
{
border-color: #8D8AA4;
}
</style>