Shades of Grey Suit #918D9D
Tints of Grey Suit #918D9D
RGB
CMYK
RGB Variations
Color information
#918D9D (or 0x918D9D) is known color: Grey Suit. HEX triplet: 91, 8D and 9D. RGB value is (145,141,157). Sum of RGB (Red+Green+Blue) = 145+141+157=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 157 - color contains mainly: blue. Hex color #918D9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918D9D is #6E7262. Grayscale: #8F8F8F. Windows color (decimal): -7238243 or 10325393. OLE color: 10325393.
HSL color Cylindrical-coordinate representation of color #918D9D: hue angle of 255º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #918D9D is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 141 | 157 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.38 |
| HSL | 255º | 0.08% | 0.58% | - |
| HSV(B) | 255º | 0.1% | 0.62% | - |
| XYZ | 27.29 | 27.5 | 35.77 | - |
| YUV | 144.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 157 | 0.08 | 0.10 | 0 | 0.38 | 255 | 0.08 | 0.58 |
| Hex | 91 | 8D | 9D | 8 | A | 0 | 26 | FF | 8 | 3A |
| Octal | 221 | 215 | 235 | 10 | 12 | 0 | 46 | 377 | 10 | 72 |
| Binary | 10010001 | 10001101 | 10011101 | 1000 | 1010 | 0 | 100110 | 11111111 | 1000 | 111010 |
Color Harmonies of #918D9D
Complementary color
Monochromatic Colors of #918D9D
Black with #918D9D
Text Example
Text Example
White with #918D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918D9D; }
p { color: rgb(145,141,157); }
H1.HeaderClassName
{
color: #918D9D;
}
.AnyTagClassName
{
color: #918D9D;
}
</style>
background-color css
<style>
a { background-color: #918D9D; }
a { background-color: rgb(145,141,157); }
div.DivClassName
{
background-color: #918D9D;
}
.BgClassName
{
background-color: #918D9D;
}
</style>
border-color css
<style>
span { border-color: #918D9D; }
span { border-color: rgb(145,141,157); }
td.TdClassName
{
border-color: #918D9D;
}
.TagClassName
{
border-color: #918D9D;
}
</style>