Shades of Amethyst Smoke #8C8690
Tints of Amethyst Smoke #8C8690
RGB
CMYK
RGB Variations
Color information
#8C8690 (or 0x8C8690) is known color: Amethyst Smoke. HEX triplet: 8C, 86 and 90. RGB value is (140,134,144). Sum of RGB (Red+Green+Blue) = 140+134+144=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C8690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8690 is #73796F. Grayscale: #888888. Windows color (decimal): -7567728 or 9471628. OLE color: 9471628.
HSL color Cylindrical-coordinate representation of color #8C8690: hue angle of 276º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8C8690 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 134 | 144 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.44 |
| HSL | 276º | 0.04% | 0.55% | - |
| HSV(B) | 276º | 0.07% | 0.56% | - |
| XYZ | 24.37 | 24.64 | 29.86 | - |
| YUV | 136.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 134 | 144 | 0.03 | 0.07 | 0 | 0.44 | 276 | 0.04 | 0.55 |
| Hex | 8C | 86 | 90 | 3 | 7 | 0 | 2C | 114 | 4 | 37 |
| Octal | 214 | 206 | 220 | 3 | 7 | 0 | 54 | 424 | 4 | 67 |
| Binary | 10001100 | 10000110 | 10010000 | 11 | 111 | 0 | 101100 | 100010100 | 100 | 110111 |
Color Harmonies of #8C8690
Complementary color
Monochromatic Colors of #8C8690
Black with #8C8690
Text Example
Text Example
White with #8C8690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8690; }
p { color: rgb(140,134,144); }
H1.HeaderClassName
{
color: #8C8690;
}
.AnyTagClassName
{
color: #8C8690;
}
</style>
background-color css
<style>
a { background-color: #8C8690; }
a { background-color: rgb(140,134,144); }
div.DivClassName
{
background-color: #8C8690;
}
.BgClassName
{
background-color: #8C8690;
}
</style>
border-color css
<style>
span { border-color: #8C8690; }
span { border-color: rgb(140,134,144); }
td.TdClassName
{
border-color: #8C8690;
}
.TagClassName
{
border-color: #8C8690;
}
</style>