Shades of Amethyst Smoke #8C8A8D
Tints of Amethyst Smoke #8C8A8D
RGB
CMYK
RGB Variations
Color information
#8C8A8D (or 0x8C8A8D) is known color: Amethyst Smoke. HEX triplet: 8C, 8A and 8D. RGB value is (140,138,141). Sum of RGB (Red+Green+Blue) = 140+138+141=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C8A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8A8D is #737572. Grayscale: #8A8A8A. Windows color (decimal): -7566707 or 9276044. OLE color: 9276044.
HSL color Cylindrical-coordinate representation of color #8C8A8D: hue angle of 280º degrees, saturation: 0.01, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8C8A8D is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 140 | 138 | 141 | - |
CMYK | 0.01 | 0.02 | 0 | 0.45 |
HSL | 280º | 0.01% | 0.55% | - |
HSV(B) | 280º | 0.02% | 0.55% | - |
XYZ | 24.71 | 25.68 | 28.85 | - |
YUV | 138.94 | 129.16 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 138 | 141 | 0.01 | 0.02 | 0 | 0.45 | 280 | 0.01 | 0.55 |
Hex | 8C | 8A | 8D | 1 | 2 | 0 | 2D | 118 | 1 | 37 |
Octal | 214 | 212 | 215 | 1 | 2 | 0 | 55 | 430 | 1 | 67 |
Binary | 10001100 | 10001010 | 10001101 | 1 | 10 | 0 | 101101 | 100011000 | 1 | 110111 |
Color Harmonies of #8C8A8D
Complementary color
Monochromatic Colors of #8C8A8D
Black with #8C8A8D
Text Example
Text Example
White with #8C8A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8A8D; }
p { color: rgb(140,138,141); }
H1.HeaderClassName
{
color: #8C8A8D;
}
.AnyTagClassName
{
color: #8C8A8D;
}
</style>
background-color css
<style>
a { background-color: #8C8A8D; }
a { background-color: rgb(140,138,141); }
div.DivClassName
{
background-color: #8C8A8D;
}
.BgClassName
{
background-color: #8C8A8D;
}
</style>
border-color css
<style>
span { border-color: #8C8A8D; }
span { border-color: rgb(140,138,141); }
td.TdClassName
{
border-color: #8C8A8D;
}
.TagClassName
{
border-color: #8C8A8D;
}
</style>