Shades of Amethyst Smoke #8B758F
Tints of Amethyst Smoke #8B758F
RGB
CMYK
RGB Variations
Color information
#8B758F (or 0x8B758F) is known color: Amethyst Smoke. HEX triplet: 8B, 75 and 8F. RGB value is (139,117,143). Sum of RGB (Red+Green+Blue) = 139+117+143=399 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.84% from 399); Green value is 117 (46.09% from 255 or 29.32% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 143 - color contains mainly: blue. Hex color #8B758F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B758F is #748A70. Grayscale: #7E7E7E. Windows color (decimal): -7637617 or 9401739. OLE color: 9401739.
HSL color Cylindrical-coordinate representation of color #8B758F: hue angle of 290.77º 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 #8B758F is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 117 | 143 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.44 |
| HSL | 290.77º | 0.1% | 0.51% | - |
| HSV(B) | 290.77º | 0.18% | 0.56% | - |
| XYZ | 21.97 | 20.19 | 28.73 | - |
| YUV | 126.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 143 | 0.03 | 0.18 | 0 | 0.44 | 290.77 | 0.1 | 0.51 |
| Hex | 8B | 75 | 8F | 3 | 12 | 0 | 2C | 123 | A | 33 |
| Octal | 213 | 165 | 217 | 3 | 22 | 0 | 54 | 443 | 12 | 63 |
| Binary | 10001011 | 1110101 | 10001111 | 11 | 10010 | 0 | 101100 | 100100011 | 1010 | 110011 |
Color Harmonies of #8B758F
Complementary color
Monochromatic Colors of #8B758F
Black with #8B758F
Text Example
Text Example
White with #8B758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B758F; }
p { color: rgb(139,117,143); }
H1.HeaderClassName
{
color: #8B758F;
}
.AnyTagClassName
{
color: #8B758F;
}
</style>
background-color css
<style>
a { background-color: #8B758F; }
a { background-color: rgb(139,117,143); }
div.DivClassName
{
background-color: #8B758F;
}
.BgClassName
{
background-color: #8B758F;
}
</style>
border-color css
<style>
span { border-color: #8B758F; }
span { border-color: rgb(139,117,143); }
td.TdClassName
{
border-color: #8B758F;
}
.TagClassName
{
border-color: #8B758F;
}
</style>