Shades of Grey Suit #8D8D98
Tints of Grey Suit #8D8D98
RGB
CMYK
RGB Variations
Color information
#8D8D98 (or 0x8D8D98) is known color: Grey Suit. HEX triplet: 8D, 8D and 98. RGB value is (141,141,152). Sum of RGB (Red+Green+Blue) = 141+141+152=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 152 - color contains mainly: blue. Hex color #8D8D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8D98 is #727267. Grayscale: #8E8E8E. Windows color (decimal): -7500392 or 9997709. OLE color: 9997709.
HSL color Cylindrical-coordinate representation of color #8D8D98: hue angle of 240º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8D8D98 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 141 | 152 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.40 |
| HSL | 240º | 0.05% | 0.57% | - |
| HSV(B) | 240º | 0.07% | 0.6% | - |
| XYZ | 26.18 | 26.98 | 33.53 | - |
| YUV | 142.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 141 | 152 | 0.07 | 0.07 | 0 | 0.40 | 240 | 0.05 | 0.57 |
| Hex | 8D | 8D | 98 | 7 | 7 | 0 | 28 | F0 | 5 | 39 |
| Octal | 215 | 215 | 230 | 7 | 7 | 0 | 50 | 360 | 5 | 71 |
| Binary | 10001101 | 10001101 | 10011000 | 111 | 111 | 0 | 101000 | 11110000 | 101 | 111001 |
Color Harmonies of #8D8D98
Complementary color
Monochromatic Colors of #8D8D98
Black with #8D8D98
Text Example
Text Example
White with #8D8D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8D98; }
p { color: rgb(141,141,152); }
H1.HeaderClassName
{
color: #8D8D98;
}
.AnyTagClassName
{
color: #8D8D98;
}
</style>
background-color css
<style>
a { background-color: #8D8D98; }
a { background-color: rgb(141,141,152); }
div.DivClassName
{
background-color: #8D8D98;
}
.BgClassName
{
background-color: #8D8D98;
}
</style>
border-color css
<style>
span { border-color: #8D8D98; }
span { border-color: rgb(141,141,152); }
td.TdClassName
{
border-color: #8D8D98;
}
.TagClassName
{
border-color: #8D8D98;
}
</style>