Shades of Grey Suit #918F9D
Tints of Grey Suit #918F9D
RGB
CMYK
RGB Variations
Color information
#918F9D (or 0x918F9D) is known color: Grey Suit. HEX triplet: 91, 8F and 9D. RGB value is (145,143,157). Sum of RGB (Red+Green+Blue) = 145+143+157=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 157 - color contains mainly: blue. Hex color #918F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918F9D is #6E7062. Grayscale: #919191. Windows color (decimal): -7237731 or 10325905. OLE color: 10325905.
HSL color Cylindrical-coordinate representation of color #918F9D: hue angle of 248.57º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #918F9D is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 143 | 157 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.38 |
| HSL | 248.57º | 0.07% | 0.59% | - |
| HSV(B) | 248.57º | 0.09% | 0.62% | - |
| XYZ | 27.59 | 28.1 | 35.87 | - |
| YUV | 145.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 157 | 0.08 | 0.09 | 0 | 0.38 | 248.57 | 0.07 | 0.59 |
| Hex | 91 | 8F | 9D | 8 | 9 | 0 | 26 | F9 | 7 | 3B |
| Octal | 221 | 217 | 235 | 10 | 11 | 0 | 46 | 371 | 7 | 73 |
| Binary | 10010001 | 10001111 | 10011101 | 1000 | 1001 | 0 | 100110 | 11111001 | 111 | 111011 |
Color Harmonies of #918F9D
Complementary color
Monochromatic Colors of #918F9D
Black with #918F9D
Text Example
Text Example
White with #918F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F9D; }
p { color: rgb(145,143,157); }
H1.HeaderClassName
{
color: #918F9D;
}
.AnyTagClassName
{
color: #918F9D;
}
</style>
background-color css
<style>
a { background-color: #918F9D; }
a { background-color: rgb(145,143,157); }
div.DivClassName
{
background-color: #918F9D;
}
.BgClassName
{
background-color: #918F9D;
}
</style>
border-color css
<style>
span { border-color: #918F9D; }
span { border-color: rgb(145,143,157); }
td.TdClassName
{
border-color: #918F9D;
}
.TagClassName
{
border-color: #918F9D;
}
</style>