Shades of Amethyst Smoke #8B758E
Tints of Amethyst Smoke #8B758E
RGB
CMYK
RGB Variations
Color information
#8B758E (or 0x8B758E) is known color: Amethyst Smoke. HEX triplet: 8B, 75 and 8E. RGB value is (139,117,142). Sum of RGB (Red+Green+Blue) = 139+117+142=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B758E is #748A71. Grayscale: #7E7E7E. Windows color (decimal): -7637618 or 9336203. OLE color: 9336203.
HSL color Cylindrical-coordinate representation of color #8B758E: hue angle of 292.8º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B758E is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 117 | 142 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.44 |
| HSL | 292.8º | 0.1% | 0.51% | - |
| HSV(B) | 292.8º | 0.18% | 0.56% | - |
| XYZ | 21.89 | 20.16 | 28.33 | - |
| YUV | 126.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 142 | 0.02 | 0.18 | 0 | 0.44 | 292.8 | 0.1 | 0.51 |
| Hex | 8B | 75 | 8E | 2 | 12 | 0 | 2C | 125 | A | 33 |
| Octal | 213 | 165 | 216 | 2 | 22 | 0 | 54 | 445 | 12 | 63 |
| Binary | 10001011 | 1110101 | 10001110 | 10 | 10010 | 0 | 101100 | 100100101 | 1010 | 110011 |
Color Harmonies of #8B758E
Complementary color
Monochromatic Colors of #8B758E
Black with #8B758E
Text Example
Text Example
White with #8B758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B758E; }
p { color: rgb(139,117,142); }
H1.HeaderClassName
{
color: #8B758E;
}
.AnyTagClassName
{
color: #8B758E;
}
</style>
background-color css
<style>
a { background-color: #8B758E; }
a { background-color: rgb(139,117,142); }
div.DivClassName
{
background-color: #8B758E;
}
.BgClassName
{
background-color: #8B758E;
}
</style>
border-color css
<style>
span { border-color: #8B758E; }
span { border-color: rgb(139,117,142); }
td.TdClassName
{
border-color: #8B758E;
}
.TagClassName
{
border-color: #8B758E;
}
</style>