Shades of Amethyst Smoke #8B858D
Tints of Amethyst Smoke #8B858D
RGB
CMYK
RGB Variations
Color information
#8B858D (or 0x8B858D) is known color: Amethyst Smoke. HEX triplet: 8B, 85 and 8D. RGB value is (139,133,141). Sum of RGB (Red+Green+Blue) = 139+133+141=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B858D is #747A72. Grayscale: #878787. Windows color (decimal): -7633523 or 9274763. OLE color: 9274763.
HSL color Cylindrical-coordinate representation of color #8B858D: hue angle of 285º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8B858D is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 133 | 141 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.45 |
| HSL | 285º | 0.03% | 0.54% | - |
| HSV(B) | 285º | 0.06% | 0.55% | - |
| XYZ | 23.84 | 24.19 | 28.61 | - |
| YUV | 135.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 141 | 0.01 | 0.06 | 0 | 0.45 | 285 | 0.03 | 0.54 |
| Hex | 8B | 85 | 8D | 1 | 6 | 0 | 2D | 11D | 3 | 36 |
| Octal | 213 | 205 | 215 | 1 | 6 | 0 | 55 | 435 | 3 | 66 |
| Binary | 10001011 | 10000101 | 10001101 | 1 | 110 | 0 | 101101 | 100011101 | 11 | 110110 |
Color Harmonies of #8B858D
Complementary color
Monochromatic Colors of #8B858D
Black with #8B858D
Text Example
Text Example
White with #8B858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B858D; }
p { color: rgb(139,133,141); }
H1.HeaderClassName
{
color: #8B858D;
}
.AnyTagClassName
{
color: #8B858D;
}
</style>
background-color css
<style>
a { background-color: #8B858D; }
a { background-color: rgb(139,133,141); }
div.DivClassName
{
background-color: #8B858D;
}
.BgClassName
{
background-color: #8B858D;
}
</style>
border-color css
<style>
span { border-color: #8B858D; }
span { border-color: rgb(139,133,141); }
td.TdClassName
{
border-color: #8B858D;
}
.TagClassName
{
border-color: #8B858D;
}
</style>