Shades of Grey Suit #918EAB
Tints of Grey Suit #918EAB
RGB
CMYK
RGB Variations
Color information
#918EAB (or 0x918EAB) is known color: Grey Suit. HEX triplet: 91, 8E and AB. RGB value is (145,142,171). Sum of RGB (Red+Green+Blue) = 145+142+171=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #918EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918EAB is #6E7154. Grayscale: #929292. Windows color (decimal): -7237973 or 11243153. OLE color: 11243153.
HSL color Cylindrical-coordinate representation of color #918EAB: hue angle of 246.21º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #918EAB is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 142 | 171 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.33 |
| HSL | 246.21º | 0.15% | 0.61% | - |
| HSV(B) | 246.21º | 0.17% | 0.67% | - |
| XYZ | 28.7 | 28.31 | 42.48 | - |
| YUV | 146.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 142 | 171 | 0.15 | 0.17 | 0 | 0.33 | 246.21 | 0.15 | 0.61 |
| Hex | 91 | 8E | AB | F | 11 | 0 | 21 | F6 | F | 3D |
| Octal | 221 | 216 | 253 | 17 | 21 | 0 | 41 | 366 | 17 | 75 |
| Binary | 10010001 | 10001110 | 10101011 | 1111 | 10001 | 0 | 100001 | 11110110 | 1111 | 111101 |
Color Harmonies of #918EAB
Complementary color
Monochromatic Colors of #918EAB
Black with #918EAB
Text Example
Text Example
White with #918EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918EAB; }
p { color: rgb(145,142,171); }
H1.HeaderClassName
{
color: #918EAB;
}
.AnyTagClassName
{
color: #918EAB;
}
</style>
background-color css
<style>
a { background-color: #918EAB; }
a { background-color: rgb(145,142,171); }
div.DivClassName
{
background-color: #918EAB;
}
.BgClassName
{
background-color: #918EAB;
}
</style>
border-color css
<style>
span { border-color: #918EAB; }
span { border-color: rgb(145,142,171); }
td.TdClassName
{
border-color: #918EAB;
}
.TagClassName
{
border-color: #918EAB;
}
</style>