Shades of Grey Suit #918DAC
Tints of Grey Suit #918DAC
RGB
CMYK
RGB Variations
Color information
#918DAC (or 0x918DAC) is known color: Grey Suit. HEX triplet: 91, 8D and AC. RGB value is (145,141,172). Sum of RGB (Red+Green+Blue) = 145+141+172=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #918DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918DAC is #6E7253. Grayscale: #919191. Windows color (decimal): -7238228 or 11308433. OLE color: 11308433.
HSL color Cylindrical-coordinate representation of color #918DAC: hue angle of 247.74º degrees, saturation: 0.16, 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 #918DAC is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 141 | 172 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.33 |
| HSL | 247.74º | 0.16% | 0.61% | - |
| HSV(B) | 247.74º | 0.18% | 0.67% | - |
| XYZ | 28.65 | 28.05 | 42.93 | - |
| YUV | 145.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 172 | 0.16 | 0.18 | 0 | 0.33 | 247.74 | 0.16 | 0.61 |
| Hex | 91 | 8D | AC | 10 | 12 | 0 | 21 | F8 | 10 | 3D |
| Octal | 221 | 215 | 254 | 20 | 22 | 0 | 41 | 370 | 20 | 75 |
| Binary | 10010001 | 10001101 | 10101100 | 10000 | 10010 | 0 | 100001 | 11111000 | 10000 | 111101 |
Color Harmonies of #918DAC
Complementary color
Monochromatic Colors of #918DAC
Black with #918DAC
Text Example
Text Example
White with #918DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918DAC; }
p { color: rgb(145,141,172); }
H1.HeaderClassName
{
color: #918DAC;
}
.AnyTagClassName
{
color: #918DAC;
}
</style>
background-color css
<style>
a { background-color: #918DAC; }
a { background-color: rgb(145,141,172); }
div.DivClassName
{
background-color: #918DAC;
}
.BgClassName
{
background-color: #918DAC;
}
</style>
border-color css
<style>
span { border-color: #918DAC; }
span { border-color: rgb(145,141,172); }
td.TdClassName
{
border-color: #918DAC;
}
.TagClassName
{
border-color: #918DAC;
}
</style>