Shades of Amethyst Smoke #918898
Tints of Amethyst Smoke #918898
RGB
CMYK
RGB Variations
Color information
#918898 (or 0x918898) is known color: Amethyst Smoke. HEX triplet: 91, 88 and 98. RGB value is (145,136,152). Sum of RGB (Red+Green+Blue) = 145+136+152=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 152 - color contains mainly: blue. Hex color #918898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918898 is #6E7767. Grayscale: #8C8C8C. Windows color (decimal): -7239528 or 9996433. OLE color: 9996433.
HSL color Cylindrical-coordinate representation of color #918898: hue angle of 273.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 #918898 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 136 | 152 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.40 |
| HSL | 273.75º | 0.07% | 0.56% | - |
| HSV(B) | 273.75º | 0.11% | 0.6% | - |
| XYZ | 26.15 | 25.9 | 33.33 | - |
| YUV | 140.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 152 | 0.05 | 0.11 | 0 | 0.40 | 273.75 | 0.07 | 0.56 |
| Hex | 91 | 88 | 98 | 5 | B | 0 | 28 | 112 | 7 | 38 |
| Octal | 221 | 210 | 230 | 5 | 13 | 0 | 50 | 422 | 7 | 70 |
| Binary | 10010001 | 10001000 | 10011000 | 101 | 1011 | 0 | 101000 | 100010010 | 111 | 111000 |
Color Harmonies of #918898
Complementary color
Monochromatic Colors of #918898
Black with #918898
Text Example
Text Example
White with #918898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918898; }
p { color: rgb(145,136,152); }
H1.HeaderClassName
{
color: #918898;
}
.AnyTagClassName
{
color: #918898;
}
</style>
background-color css
<style>
a { background-color: #918898; }
a { background-color: rgb(145,136,152); }
div.DivClassName
{
background-color: #918898;
}
.BgClassName
{
background-color: #918898;
}
</style>
border-color css
<style>
span { border-color: #918898; }
span { border-color: rgb(145,136,152); }
td.TdClassName
{
border-color: #918898;
}
.TagClassName
{
border-color: #918898;
}
</style>