Shades of Opium #988D8D
Tints of Opium #988D8D
RGB
CMYK
RGB Variations
Color information
#988D8D (or 0x988D8D) is known color: Opium. HEX triplet: 98, 8D and 8D. RGB value is (152,141,141). Sum of RGB (Red+Green+Blue) = 152+141+141=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 152 - color contains mainly: red. Hex color #988D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988D8D is #677272. Grayscale: #909090. Windows color (decimal): -6779507 or 9276824. OLE color: 9276824.
HSL color Cylindrical-coordinate representation of color #988D8D: hue angle of 0º 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 #988D8D is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 141 | 141 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.40 |
| HSL | 0º | 0.05% | 0.57% | - |
| HSV(B) | 0º | 0.07% | 0.6% | - |
| XYZ | 27.28 | 27.65 | 29.1 | - |
| YUV | 144.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 141 | 0 | 0.07 | 0.07 | 0.40 | 0 | 0.05 | 0.57 |
| Hex | 98 | 8D | 8D | 0 | 7 | 7 | 28 | 0 | 5 | 39 |
| Octal | 230 | 215 | 215 | 0 | 7 | 7 | 50 | 0 | 5 | 71 |
| Binary | 10011000 | 10001101 | 10001101 | 0 | 111 | 111 | 101000 | 0 | 101 | 111001 |
Color Harmonies of #988D8D
Complementary color
Monochromatic Colors of #988D8D
Black with #988D8D
Text Example
Text Example
White with #988D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988D8D; }
p { color: rgb(152,141,141); }
H1.HeaderClassName
{
color: #988D8D;
}
.AnyTagClassName
{
color: #988D8D;
}
</style>
background-color css
<style>
a { background-color: #988D8D; }
a { background-color: rgb(152,141,141); }
div.DivClassName
{
background-color: #988D8D;
}
.BgClassName
{
background-color: #988D8D;
}
</style>
border-color css
<style>
span { border-color: #988D8D; }
span { border-color: rgb(152,141,141); }
td.TdClassName
{
border-color: #988D8D;
}
.TagClassName
{
border-color: #988D8D;
}
</style>