Shades of Amethyst Smoke #958698
Tints of Amethyst Smoke #958698
RGB
CMYK
RGB Variations
Color information
#958698 (or 0x958698) is known color: Amethyst Smoke. HEX triplet: 95, 86 and 98. RGB value is (149,134,152). Sum of RGB (Red+Green+Blue) = 149+134+152=435 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.25% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 152 - color contains mainly: blue. Hex color #958698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958698 is #6A7967. Grayscale: #8C8C8C. Windows color (decimal): -6977896 or 9995925. OLE color: 9995925.
HSL color Cylindrical-coordinate representation of color #958698: hue angle of 290º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #958698 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 134 | 152 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.40 |
| HSL | 290º | 0.08% | 0.56% | - |
| HSV(B) | 290º | 0.12% | 0.6% | - |
| XYZ | 26.59 | 25.71 | 33.27 | - |
| YUV | 140.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 134 | 152 | 0.02 | 0.12 | 0 | 0.40 | 290 | 0.08 | 0.56 |
| Hex | 95 | 86 | 98 | 2 | C | 0 | 28 | 122 | 8 | 38 |
| Octal | 225 | 206 | 230 | 2 | 14 | 0 | 50 | 442 | 10 | 70 |
| Binary | 10010101 | 10000110 | 10011000 | 10 | 1100 | 0 | 101000 | 100100010 | 1000 | 111000 |
Color Harmonies of #958698
Complementary color
Monochromatic Colors of #958698
Black with #958698
Text Example
Text Example
White with #958698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958698; }
p { color: rgb(149,134,152); }
H1.HeaderClassName
{
color: #958698;
}
.AnyTagClassName
{
color: #958698;
}
</style>
background-color css
<style>
a { background-color: #958698; }
a { background-color: rgb(149,134,152); }
div.DivClassName
{
background-color: #958698;
}
.BgClassName
{
background-color: #958698;
}
</style>
border-color css
<style>
span { border-color: #958698; }
span { border-color: rgb(149,134,152); }
td.TdClassName
{
border-color: #958698;
}
.TagClassName
{
border-color: #958698;
}
</style>