Shades of Amethyst Smoke #8B888D
Tints of Amethyst Smoke #8B888D
RGB
CMYK
RGB Variations
Color information
#8B888D (or 0x8B888D) is known color: Amethyst Smoke. HEX triplet: 8B, 88 and 8D. RGB value is (139,136,141). Sum of RGB (Red+Green+Blue) = 139+136+141=416 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.41% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B888D is #747772. Grayscale: #898989. Windows color (decimal): -7632755 or 9275531. OLE color: 9275531.
HSL color Cylindrical-coordinate representation of color #8B888D: hue angle of 276º degrees, saturation: 0.02, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8B888D is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 136 | 141 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.45 |
| HSL | 276º | 0.02% | 0.54% | - |
| HSV(B) | 276º | 0.04% | 0.55% | - |
| XYZ | 24.26 | 25.02 | 28.75 | - |
| YUV | 137.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 136 | 141 | 0.01 | 0.04 | 0 | 0.45 | 276 | 0.02 | 0.54 |
| Hex | 8B | 88 | 8D | 1 | 4 | 0 | 2D | 114 | 2 | 36 |
| Octal | 213 | 210 | 215 | 1 | 4 | 0 | 55 | 424 | 2 | 66 |
| Binary | 10001011 | 10001000 | 10001101 | 1 | 100 | 0 | 101101 | 100010100 | 10 | 110110 |
Color Harmonies of #8B888D
Complementary color
Monochromatic Colors of #8B888D
Black with #8B888D
Text Example
Text Example
White with #8B888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B888D; }
p { color: rgb(139,136,141); }
H1.HeaderClassName
{
color: #8B888D;
}
.AnyTagClassName
{
color: #8B888D;
}
</style>
background-color css
<style>
a { background-color: #8B888D; }
a { background-color: rgb(139,136,141); }
div.DivClassName
{
background-color: #8B888D;
}
.BgClassName
{
background-color: #8B888D;
}
</style>
border-color css
<style>
span { border-color: #8B888D; }
span { border-color: rgb(139,136,141); }
td.TdClassName
{
border-color: #8B888D;
}
.TagClassName
{
border-color: #8B888D;
}
</style>