Shades of Amethyst Smoke #8B788D
Tints of Amethyst Smoke #8B788D
RGB
CMYK
RGB Variations
Color information
#8B788D (or 0x8B788D) is known color: Amethyst Smoke. HEX triplet: 8B, 78 and 8D. RGB value is (139,120,141). Sum of RGB (Red+Green+Blue) = 139+120+141=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B788D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B788D is #748772. Grayscale: #808080. Windows color (decimal): -7636851 or 9271435. OLE color: 9271435.
HSL color Cylindrical-coordinate representation of color #8B788D: hue angle of 294.29º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8B788D is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 139 | 120 | 141 | - |
CMYK | 0.01 | 0.15 | 0 | 0.45 |
HSL | 294.29º | 0.08% | 0.51% | - |
HSV(B) | 294.29º | 0.15% | 0.55% | - |
XYZ | 22.17 | 20.85 | 28.05 | - |
YUV | 128.08 | 135.29 | 135.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 139 | 120 | 141 | 0.01 | 0.15 | 0 | 0.45 | 294.29 | 0.08 | 0.51 |
Hex | 8B | 78 | 8D | 1 | F | 0 | 2D | 126 | 8 | 33 |
Octal | 213 | 170 | 215 | 1 | 17 | 0 | 55 | 446 | 10 | 63 |
Binary | 10001011 | 1111000 | 10001101 | 1 | 1111 | 0 | 101101 | 100100110 | 1000 | 110011 |
Color Harmonies of #8B788D
Complementary color
Monochromatic Colors of #8B788D
Black with #8B788D
Text Example
Text Example
White with #8B788D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B788D; }
p { color: rgb(139,120,141); }
H1.HeaderClassName
{
color: #8B788D;
}
.AnyTagClassName
{
color: #8B788D;
}
</style>
background-color css
<style>
a { background-color: #8B788D; }
a { background-color: rgb(139,120,141); }
div.DivClassName
{
background-color: #8B788D;
}
.BgClassName
{
background-color: #8B788D;
}
</style>
border-color css
<style>
span { border-color: #8B788D; }
span { border-color: rgb(139,120,141); }
td.TdClassName
{
border-color: #8B788D;
}
.TagClassName
{
border-color: #8B788D;
}
</style>