Shades of Grey Suit #918E97
Tints of Grey Suit #918E97
RGB
CMYK
RGB Variations
Color information
#918E97 (or 0x918E97) is known color: Grey Suit. HEX triplet: 91, 8E and 97. RGB value is (145,142,151). Sum of RGB (Red+Green+Blue) = 145+142+151=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 151 - color contains mainly: blue. Hex color #918E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918E97 is #6E7168. Grayscale: #8F8F8F. Windows color (decimal): -7237993 or 9932433. OLE color: 9932433.
HSL color Cylindrical-coordinate representation of color #918E97: hue angle of 260º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #918E97 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 142 | 151 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.41 |
| HSL | 260º | 0.04% | 0.57% | - |
| HSV(B) | 260º | 0.06% | 0.59% | - |
| XYZ | 26.94 | 27.6 | 33.19 | - |
| YUV | 143.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 151 | 0.04 | 0.06 | 0 | 0.41 | 260 | 0.04 | 0.57 |
| Hex | 91 | 8E | 97 | 4 | 6 | 0 | 29 | 104 | 4 | 39 |
| Octal | 221 | 216 | 227 | 4 | 6 | 0 | 51 | 404 | 4 | 71 |
| Binary | 10010001 | 10001110 | 10010111 | 100 | 110 | 0 | 101001 | 100000100 | 100 | 111001 |
Color Harmonies of #918E97
Complementary color
Monochromatic Colors of #918E97
Black with #918E97
Text Example
Text Example
White with #918E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918E97; }
p { color: rgb(145,142,151); }
H1.HeaderClassName
{
color: #918E97;
}
.AnyTagClassName
{
color: #918E97;
}
</style>
background-color css
<style>
a { background-color: #918E97; }
a { background-color: rgb(145,142,151); }
div.DivClassName
{
background-color: #918E97;
}
.BgClassName
{
background-color: #918E97;
}
</style>
border-color css
<style>
span { border-color: #918E97; }
span { border-color: rgb(145,142,151); }
td.TdClassName
{
border-color: #918E97;
}
.TagClassName
{
border-color: #918E97;
}
</style>