Shades of Grey Suit #908E95
Tints of Grey Suit #908E95
RGB
CMYK
RGB Variations
Color information
#908E95 (or 0x908E95) is known color: Grey Suit. HEX triplet: 90, 8E and 95. RGB value is (144,142,149). Sum of RGB (Red+Green+Blue) = 144+142+149=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 149 - color contains mainly: blue. Hex color #908E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908E95 is #6F716A. Grayscale: #8F8F8F. Windows color (decimal): -7303531 or 9801360. OLE color: 9801360.
HSL color Cylindrical-coordinate representation of color #908E95: hue angle of 257.14º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #908E95 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 144 | 142 | 149 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.42 |
| HSL | 257.14º | 0.03% | 0.57% | - |
| HSV(B) | 257.14º | 0.05% | 0.58% | - |
| XYZ | 26.6 | 27.45 | 32.33 | - |
| YUV | 143.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 142 | 149 | 0.03 | 0.05 | 0 | 0.42 | 257.14 | 0.03 | 0.57 |
| Hex | 90 | 8E | 95 | 3 | 5 | 0 | 2A | 101 | 3 | 39 |
| Octal | 220 | 216 | 225 | 3 | 5 | 0 | 52 | 401 | 3 | 71 |
| Binary | 10010000 | 10001110 | 10010101 | 11 | 101 | 0 | 101010 | 100000001 | 11 | 111001 |
Color Harmonies of #908E95
Complementary color
Monochromatic Colors of #908E95
Black with #908E95
Text Example
Text Example
White with #908E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908E95; }
p { color: rgb(144,142,149); }
H1.HeaderClassName
{
color: #908E95;
}
.AnyTagClassName
{
color: #908E95;
}
</style>
background-color css
<style>
a { background-color: #908E95; }
a { background-color: rgb(144,142,149); }
div.DivClassName
{
background-color: #908E95;
}
.BgClassName
{
background-color: #908E95;
}
</style>
border-color css
<style>
span { border-color: #908E95; }
span { border-color: rgb(144,142,149); }
td.TdClassName
{
border-color: #908E95;
}
.TagClassName
{
border-color: #908E95;
}
</style>