Shades of Grey Suit #918C9D
Tints of Grey Suit #918C9D
RGB
CMYK
RGB Variations
Color information
#918C9D (or 0x918C9D) is known color: Grey Suit. HEX triplet: 91, 8C and 9D. RGB value is (145,140,157). Sum of RGB (Red+Green+Blue) = 145+140+157=442 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.81% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 157 - color contains mainly: blue. Hex color #918C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918C9D is #6E7362. Grayscale: #8F8F8F. Windows color (decimal): -7238499 or 10325137. OLE color: 10325137.
HSL color Cylindrical-coordinate representation of color #918C9D: hue angle of 257.65º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #918C9D is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 140 | 157 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.38 |
| HSL | 257.65º | 0.08% | 0.58% | - |
| HSV(B) | 257.65º | 0.11% | 0.62% | - |
| XYZ | 27.14 | 27.21 | 35.72 | - |
| YUV | 143.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 157 | 0.08 | 0.11 | 0 | 0.38 | 257.65 | 0.08 | 0.58 |
| Hex | 91 | 8C | 9D | 8 | B | 0 | 26 | 102 | 8 | 3A |
| Octal | 221 | 214 | 235 | 10 | 13 | 0 | 46 | 402 | 10 | 72 |
| Binary | 10010001 | 10001100 | 10011101 | 1000 | 1011 | 0 | 100110 | 100000010 | 1000 | 111010 |
Color Harmonies of #918C9D
Complementary color
Monochromatic Colors of #918C9D
Black with #918C9D
Text Example
Text Example
White with #918C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918C9D; }
p { color: rgb(145,140,157); }
H1.HeaderClassName
{
color: #918C9D;
}
.AnyTagClassName
{
color: #918C9D;
}
</style>
background-color css
<style>
a { background-color: #918C9D; }
a { background-color: rgb(145,140,157); }
div.DivClassName
{
background-color: #918C9D;
}
.BgClassName
{
background-color: #918C9D;
}
</style>
border-color css
<style>
span { border-color: #918C9D; }
span { border-color: rgb(145,140,157); }
td.TdClassName
{
border-color: #918C9D;
}
.TagClassName
{
border-color: #918C9D;
}
</style>