Shades of Amethyst Smoke #908898
Tints of Amethyst Smoke #908898
RGB
CMYK
RGB Variations
Color information
#908898 (or 0x908898) is known color: Amethyst Smoke. HEX triplet: 90, 88 and 98. RGB value is (144,136,152). Sum of RGB (Red+Green+Blue) = 144+136+152=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 152 - color contains mainly: blue. Hex color #908898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908898 is #6F7767. Grayscale: #8C8C8C. Windows color (decimal): -7305064 or 9996432. OLE color: 9996432.
HSL color Cylindrical-coordinate representation of color #908898: hue angle of 270º 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 #908898 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 136 | 152 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.40 |
| HSL | 270º | 0.07% | 0.56% | - |
| HSV(B) | 270º | 0.11% | 0.6% | - |
| XYZ | 25.97 | 25.8 | 33.32 | - |
| YUV | 140.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 152 | 0.05 | 0.11 | 0 | 0.40 | 270 | 0.07 | 0.56 |
| Hex | 90 | 88 | 98 | 5 | B | 0 | 28 | 10E | 7 | 38 |
| Octal | 220 | 210 | 230 | 5 | 13 | 0 | 50 | 416 | 7 | 70 |
| Binary | 10010000 | 10001000 | 10011000 | 101 | 1011 | 0 | 101000 | 100001110 | 111 | 111000 |
Color Harmonies of #908898
Complementary color
Monochromatic Colors of #908898
Black with #908898
Text Example
Text Example
White with #908898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908898; }
p { color: rgb(144,136,152); }
H1.HeaderClassName
{
color: #908898;
}
.AnyTagClassName
{
color: #908898;
}
</style>
background-color css
<style>
a { background-color: #908898; }
a { background-color: rgb(144,136,152); }
div.DivClassName
{
background-color: #908898;
}
.BgClassName
{
background-color: #908898;
}
</style>
border-color css
<style>
span { border-color: #908898; }
span { border-color: rgb(144,136,152); }
td.TdClassName
{
border-color: #908898;
}
.TagClassName
{
border-color: #908898;
}
</style>