Shades of Amethyst Smoke #867F88
Tints of Amethyst Smoke #867F88
RGB
CMYK
RGB Variations
Color information
#867F88 (or 0x867F88) is known color: Amethyst Smoke. HEX triplet: 86, 7F and 88. RGB value is (134,127,136). Sum of RGB (Red+Green+Blue) = 134+127+136=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 136 - color contains mainly: blue. Hex color #867F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867F88 is #798077. Grayscale: #828282. Windows color (decimal): -7962744 or 8945542. OLE color: 8945542.
HSL color Cylindrical-coordinate representation of color #867F88: hue angle of 286.67º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #867F88 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 127 | 136 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.47 |
| HSL | 286.67º | 0.04% | 0.52% | - |
| HSV(B) | 286.67º | 0.07% | 0.53% | - |
| XYZ | 21.86 | 22.02 | 26.39 | - |
| YUV | 130.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 127 | 136 | 0.01 | 0.07 | 0 | 0.47 | 286.67 | 0.04 | 0.52 |
| Hex | 86 | 7F | 88 | 1 | 7 | 0 | 2F | 11F | 4 | 34 |
| Octal | 206 | 177 | 210 | 1 | 7 | 0 | 57 | 437 | 4 | 64 |
| Binary | 10000110 | 1111111 | 10001000 | 1 | 111 | 0 | 101111 | 100011111 | 100 | 110100 |
Color Harmonies of #867F88
Complementary color
Monochromatic Colors of #867F88
Black with #867F88
Text Example
Text Example
White with #867F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867F88; }
p { color: rgb(134,127,136); }
H1.HeaderClassName
{
color: #867F88;
}
.AnyTagClassName
{
color: #867F88;
}
</style>
background-color css
<style>
a { background-color: #867F88; }
a { background-color: rgb(134,127,136); }
div.DivClassName
{
background-color: #867F88;
}
.BgClassName
{
background-color: #867F88;
}
</style>
border-color css
<style>
span { border-color: #867F88; }
span { border-color: rgb(134,127,136); }
td.TdClassName
{
border-color: #867F88;
}
.TagClassName
{
border-color: #867F88;
}
</style>