Shades of Grey Suit #918AAD
Tints of Grey Suit #918AAD
RGB
CMYK
RGB Variations
Color information
#918AAD (or 0x918AAD) is known color: Grey Suit. HEX triplet: 91, 8A and AD. RGB value is (145,138,173). Sum of RGB (Red+Green+Blue) = 145+138+173=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #918AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918AAD is #6E7552. Grayscale: #8F8F8F. Windows color (decimal): -7238995 or 11373201. OLE color: 11373201.
HSL color Cylindrical-coordinate representation of color #918AAD: hue angle of 252º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #918AAD is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 145 | 138 | 173 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.32 |
| HSL | 252º | 0.18% | 0.61% | - |
| HSV(B) | 252º | 0.2% | 0.68% | - |
| XYZ | 28.31 | 27.21 | 43.3 | - |
| YUV | 144.08 | 144.32 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 173 | 0.16 | 0.20 | 0 | 0.32 | 252 | 0.18 | 0.61 |
| Hex | 91 | 8A | AD | 10 | 14 | 0 | 20 | FC | 12 | 3D |
| Octal | 221 | 212 | 255 | 20 | 24 | 0 | 40 | 374 | 22 | 75 |
| Binary | 10010001 | 10001010 | 10101101 | 10000 | 10100 | 0 | 100000 | 11111100 | 10010 | 111101 |
Color Harmonies of #918AAD
Complementary color
Monochromatic Colors of #918AAD
Black with #918AAD
Text Example
Text Example
White with #918AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918AAD; }
p { color: rgb(145,138,173); }
H1.HeaderClassName
{
color: #918AAD;
}
.AnyTagClassName
{
color: #918AAD;
}
</style>
background-color css
<style>
a { background-color: #918AAD; }
a { background-color: rgb(145,138,173); }
div.DivClassName
{
background-color: #918AAD;
}
.BgClassName
{
background-color: #918AAD;
}
</style>
border-color css
<style>
span { border-color: #918AAD; }
span { border-color: rgb(145,138,173); }
td.TdClassName
{
border-color: #918AAD;
}
.TagClassName
{
border-color: #918AAD;
}
</style>