Shades of Amethyst Smoke #8B848D
Tints of Amethyst Smoke #8B848D
RGB
CMYK
RGB Variations
Color information
#8B848D (or 0x8B848D) is known color: Amethyst Smoke. HEX triplet: 8B, 84 and 8D. RGB value is (139,132,141). Sum of RGB (Red+Green+Blue) = 139+132+141=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B848D is #747B72. Grayscale: #878787. Windows color (decimal): -7633779 or 9274507. OLE color: 9274507.
HSL color Cylindrical-coordinate representation of color #8B848D: hue angle of 286.67º degrees, saturation: 0.04, 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 #8B848D is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 141 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.45 |
| HSL | 286.67º | 0.04% | 0.54% | - |
| HSV(B) | 286.67º | 0.06% | 0.55% | - |
| XYZ | 23.71 | 23.91 | 28.57 | - |
| YUV | 135.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 141 | 0.01 | 0.06 | 0 | 0.45 | 286.67 | 0.04 | 0.54 |
| Hex | 8B | 84 | 8D | 1 | 6 | 0 | 2D | 11F | 4 | 36 |
| Octal | 213 | 204 | 215 | 1 | 6 | 0 | 55 | 437 | 4 | 66 |
| Binary | 10001011 | 10000100 | 10001101 | 1 | 110 | 0 | 101101 | 100011111 | 100 | 110110 |
Color Harmonies of #8B848D
Complementary color
Monochromatic Colors of #8B848D
Black with #8B848D
Text Example
Text Example
White with #8B848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B848D; }
p { color: rgb(139,132,141); }
H1.HeaderClassName
{
color: #8B848D;
}
.AnyTagClassName
{
color: #8B848D;
}
</style>
background-color css
<style>
a { background-color: #8B848D; }
a { background-color: rgb(139,132,141); }
div.DivClassName
{
background-color: #8B848D;
}
.BgClassName
{
background-color: #8B848D;
}
</style>
border-color css
<style>
span { border-color: #8B848D; }
span { border-color: rgb(139,132,141); }
td.TdClassName
{
border-color: #8B848D;
}
.TagClassName
{
border-color: #8B848D;
}
</style>