Shades of Amethyst Smoke #8B878D
Tints of Amethyst Smoke #8B878D
RGB
CMYK
RGB Variations
Color information
#8B878D (or 0x8B878D) is known color: Amethyst Smoke. HEX triplet: 8B, 87 and 8D. RGB value is (139,135,141). Sum of RGB (Red+Green+Blue) = 139+135+141=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B878D is #747872. Grayscale: #888888. Windows color (decimal): -7633011 or 9275275. OLE color: 9275275.
HSL color Cylindrical-coordinate representation of color #8B878D: hue angle of 280º degrees, saturation: 0.03, 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 #8B878D is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 135 | 141 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.45 |
| HSL | 280º | 0.03% | 0.54% | - |
| HSV(B) | 280º | 0.04% | 0.55% | - |
| XYZ | 24.12 | 24.74 | 28.7 | - |
| YUV | 136.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 135 | 141 | 0.01 | 0.04 | 0 | 0.45 | 280 | 0.03 | 0.54 |
| Hex | 8B | 87 | 8D | 1 | 4 | 0 | 2D | 118 | 3 | 36 |
| Octal | 213 | 207 | 215 | 1 | 4 | 0 | 55 | 430 | 3 | 66 |
| Binary | 10001011 | 10000111 | 10001101 | 1 | 100 | 0 | 101101 | 100011000 | 11 | 110110 |
Color Harmonies of #8B878D
Complementary color
Monochromatic Colors of #8B878D
Black with #8B878D
Text Example
Text Example
White with #8B878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B878D; }
p { color: rgb(139,135,141); }
H1.HeaderClassName
{
color: #8B878D;
}
.AnyTagClassName
{
color: #8B878D;
}
</style>
background-color css
<style>
a { background-color: #8B878D; }
a { background-color: rgb(139,135,141); }
div.DivClassName
{
background-color: #8B878D;
}
.BgClassName
{
background-color: #8B878D;
}
</style>
border-color css
<style>
span { border-color: #8B878D; }
span { border-color: rgb(139,135,141); }
td.TdClassName
{
border-color: #8B878D;
}
.TagClassName
{
border-color: #8B878D;
}
</style>