Shades of Grey Suit #918DAB
Tints of Grey Suit #918DAB
RGB
CMYK
RGB Variations
Color information
#918DAB (or 0x918DAB) is known color: Grey Suit. HEX triplet: 91, 8D and AB. RGB value is (145,141,171). Sum of RGB (Red+Green+Blue) = 145+141+171=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #918DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918DAB is #6E7254. Grayscale: #919191. Windows color (decimal): -7238229 or 11242897. OLE color: 11242897.
HSL color Cylindrical-coordinate representation of color #918DAB: hue angle of 248º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #918DAB is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 141 | 171 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.33 |
| HSL | 248º | 0.15% | 0.61% | - |
| HSV(B) | 248º | 0.18% | 0.67% | - |
| XYZ | 28.55 | 28.01 | 42.43 | - |
| YUV | 145.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 171 | 0.15 | 0.18 | 0 | 0.33 | 248 | 0.15 | 0.61 |
| Hex | 91 | 8D | AB | F | 12 | 0 | 21 | F8 | F | 3D |
| Octal | 221 | 215 | 253 | 17 | 22 | 0 | 41 | 370 | 17 | 75 |
| Binary | 10010001 | 10001101 | 10101011 | 1111 | 10010 | 0 | 100001 | 11111000 | 1111 | 111101 |
Color Harmonies of #918DAB
Complementary color
Monochromatic Colors of #918DAB
Black with #918DAB
Text Example
Text Example
White with #918DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918DAB; }
p { color: rgb(145,141,171); }
H1.HeaderClassName
{
color: #918DAB;
}
.AnyTagClassName
{
color: #918DAB;
}
</style>
background-color css
<style>
a { background-color: #918DAB; }
a { background-color: rgb(145,141,171); }
div.DivClassName
{
background-color: #918DAB;
}
.BgClassName
{
background-color: #918DAB;
}
</style>
border-color css
<style>
span { border-color: #918DAB; }
span { border-color: rgb(145,141,171); }
td.TdClassName
{
border-color: #918DAB;
}
.TagClassName
{
border-color: #918DAB;
}
</style>