Shades of Amethyst Smoke #958898
Tints of Amethyst Smoke #958898
RGB
CMYK
RGB Variations
Color information
#958898 (or 0x958898) is known color: Amethyst Smoke. HEX triplet: 95, 88 and 98. RGB value is (149,136,152). Sum of RGB (Red+Green+Blue) = 149+136+152=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 152 - color contains mainly: blue. Hex color #958898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958898 is #6A7767. Grayscale: #8D8D8D. Windows color (decimal): -6977384 or 9996437. OLE color: 9996437.
HSL color Cylindrical-coordinate representation of color #958898: hue angle of 288.75º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #958898 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 136 | 152 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.40 |
| HSL | 288.75º | 0.07% | 0.56% | - |
| HSV(B) | 288.75º | 0.11% | 0.6% | - |
| XYZ | 26.87 | 26.26 | 33.36 | - |
| YUV | 141.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 152 | 0.02 | 0.11 | 0 | 0.40 | 288.75 | 0.07 | 0.56 |
| Hex | 95 | 88 | 98 | 2 | B | 0 | 28 | 121 | 7 | 38 |
| Octal | 225 | 210 | 230 | 2 | 13 | 0 | 50 | 441 | 7 | 70 |
| Binary | 10010101 | 10001000 | 10011000 | 10 | 1011 | 0 | 101000 | 100100001 | 111 | 111000 |
Color Harmonies of #958898
Complementary color
Monochromatic Colors of #958898
Black with #958898
Text Example
Text Example
White with #958898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958898; }
p { color: rgb(149,136,152); }
H1.HeaderClassName
{
color: #958898;
}
.AnyTagClassName
{
color: #958898;
}
</style>
background-color css
<style>
a { background-color: #958898; }
a { background-color: rgb(149,136,152); }
div.DivClassName
{
background-color: #958898;
}
.BgClassName
{
background-color: #958898;
}
</style>
border-color css
<style>
span { border-color: #958898; }
span { border-color: rgb(149,136,152); }
td.TdClassName
{
border-color: #958898;
}
.TagClassName
{
border-color: #958898;
}
</style>