Shades of Grey Suit #918EAC
Tints of Grey Suit #918EAC
RGB
CMYK
RGB Variations
Color information
#918EAC (or 0x918EAC) is known color: Grey Suit. HEX triplet: 91, 8E and AC. RGB value is (145,142,172). Sum of RGB (Red+Green+Blue) = 145+142+172=459 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.59% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #918EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918EAC is #6E7153. Grayscale: #929292. Windows color (decimal): -7237972 or 11308689. OLE color: 11308689.
HSL color Cylindrical-coordinate representation of color #918EAC: hue angle of 246º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #918EAC is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 142 | 172 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.33 |
| HSL | 246º | 0.15% | 0.62% | - |
| HSV(B) | 246º | 0.17% | 0.67% | - |
| XYZ | 28.8 | 28.34 | 42.98 | - |
| YUV | 146.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 172 | 0.16 | 0.17 | 0 | 0.33 | 246 | 0.15 | 0.62 |
| Hex | 91 | 8E | AC | 10 | 11 | 0 | 21 | F6 | F | 3E |
| Octal | 221 | 216 | 254 | 20 | 21 | 0 | 41 | 366 | 17 | 76 |
| Binary | 10010001 | 10001110 | 10101100 | 10000 | 10001 | 0 | 100001 | 11110110 | 1111 | 111110 |
Color Harmonies of #918EAC
Complementary color
Monochromatic Colors of #918EAC
Black with #918EAC
Text Example
Text Example
White with #918EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918EAC; }
p { color: rgb(145,142,172); }
H1.HeaderClassName
{
color: #918EAC;
}
.AnyTagClassName
{
color: #918EAC;
}
</style>
background-color css
<style>
a { background-color: #918EAC; }
a { background-color: rgb(145,142,172); }
div.DivClassName
{
background-color: #918EAC;
}
.BgClassName
{
background-color: #918EAC;
}
</style>
border-color css
<style>
span { border-color: #918EAC; }
span { border-color: rgb(145,142,172); }
td.TdClassName
{
border-color: #918EAC;
}
.TagClassName
{
border-color: #918EAC;
}
</style>