Shades of Amethyst Smoke #88798E
Tints of Amethyst Smoke #88798E
RGB
CMYK
RGB Variations
Color information
#88798E (or 0x88798E) is known color: Amethyst Smoke. HEX triplet: 88, 79 and 8E. RGB value is (136,121,142). Sum of RGB (Red+Green+Blue) = 136+121+142=399 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.09% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 142 - color contains mainly: blue. Hex color #88798E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88798E is #778671. Grayscale: #7F7F7F. Windows color (decimal): -7833202 or 9337224. OLE color: 9337224.
HSL color Cylindrical-coordinate representation of color #88798E: hue angle of 282.86º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #88798E is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 136 | 121 | 142 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.44 |
| HSL | 282.86º | 0.09% | 0.52% | - |
| HSV(B) | 282.86º | 0.15% | 0.56% | - |
| XYZ | 21.87 | 20.86 | 28.47 | - |
| YUV | 127.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 121 | 142 | 0.04 | 0.15 | 0 | 0.44 | 282.86 | 0.09 | 0.52 |
| Hex | 88 | 79 | 8E | 4 | F | 0 | 2C | 11B | 9 | 34 |
| Octal | 210 | 171 | 216 | 4 | 17 | 0 | 54 | 433 | 11 | 64 |
| Binary | 10001000 | 1111001 | 10001110 | 100 | 1111 | 0 | 101100 | 100011011 | 1001 | 110100 |
Color Harmonies of #88798E
Complementary color
Monochromatic Colors of #88798E
Black with #88798E
Text Example
Text Example
White with #88798E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88798E; }
p { color: rgb(136,121,142); }
H1.HeaderClassName
{
color: #88798E;
}
.AnyTagClassName
{
color: #88798E;
}
</style>
background-color css
<style>
a { background-color: #88798E; }
a { background-color: rgb(136,121,142); }
div.DivClassName
{
background-color: #88798E;
}
.BgClassName
{
background-color: #88798E;
}
</style>
border-color css
<style>
span { border-color: #88798E; }
span { border-color: rgb(136,121,142); }
td.TdClassName
{
border-color: #88798E;
}
.TagClassName
{
border-color: #88798E;
}
</style>