Shades of Amethyst Smoke #908697
Tints of Amethyst Smoke #908697
RGB
CMYK
RGB Variations
Color information
#908697 (or 0x908697) is known color: Amethyst Smoke. HEX triplet: 90, 86 and 97. RGB value is (144,134,151). Sum of RGB (Red+Green+Blue) = 144+134+151=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 151 - color contains mainly: blue. Hex color #908697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908697 is #6F7968. Grayscale: #8A8A8A. Windows color (decimal): -7305577 or 9930384. OLE color: 9930384.
HSL color Cylindrical-coordinate representation of color #908697: hue angle of 275.29º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #908697 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 134 | 151 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.41 |
| HSL | 275.29º | 0.08% | 0.56% | - |
| HSV(B) | 275.29º | 0.11% | 0.59% | - |
| XYZ | 25.61 | 25.21 | 32.79 | - |
| YUV | 138.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 151 | 0.05 | 0.11 | 0 | 0.41 | 275.29 | 0.08 | 0.56 |
| Hex | 90 | 86 | 97 | 5 | B | 0 | 29 | 113 | 8 | 38 |
| Octal | 220 | 206 | 227 | 5 | 13 | 0 | 51 | 423 | 10 | 70 |
| Binary | 10010000 | 10000110 | 10010111 | 101 | 1011 | 0 | 101001 | 100010011 | 1000 | 111000 |
Color Harmonies of #908697
Complementary color
Monochromatic Colors of #908697
Black with #908697
Text Example
Text Example
White with #908697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908697; }
p { color: rgb(144,134,151); }
H1.HeaderClassName
{
color: #908697;
}
.AnyTagClassName
{
color: #908697;
}
</style>
background-color css
<style>
a { background-color: #908697; }
a { background-color: rgb(144,134,151); }
div.DivClassName
{
background-color: #908697;
}
.BgClassName
{
background-color: #908697;
}
</style>
border-color css
<style>
span { border-color: #908697; }
span { border-color: rgb(144,134,151); }
td.TdClassName
{
border-color: #908697;
}
.TagClassName
{
border-color: #908697;
}
</style>