Shades of Grey Suit #928DAD
Tints of Grey Suit #928DAD
RGB
CMYK
RGB Variations
Color information
#928DAD (or 0x928DAD) is known color: Grey Suit. HEX triplet: 92, 8D and AD. RGB value is (146,141,173). Sum of RGB (Red+Green+Blue) = 146+141+173=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #928DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928DAD is #6D7252. Grayscale: #929292. Windows color (decimal): -7172691 or 11373970. OLE color: 11373970.
HSL color Cylindrical-coordinate representation of color #928DAD: hue angle of 249.38º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #928DAD is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 141 | 173 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.32 |
| HSL | 249.38º | 0.16% | 0.62% | - |
| HSV(B) | 249.38º | 0.18% | 0.68% | - |
| XYZ | 28.92 | 28.18 | 43.45 | - |
| YUV | 146.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 173 | 0.16 | 0.18 | 0 | 0.32 | 249.38 | 0.16 | 0.62 |
| Hex | 92 | 8D | AD | 10 | 12 | 0 | 20 | F9 | 10 | 3E |
| Octal | 222 | 215 | 255 | 20 | 22 | 0 | 40 | 371 | 20 | 76 |
| Binary | 10010010 | 10001101 | 10101101 | 10000 | 10010 | 0 | 100000 | 11111001 | 10000 | 111110 |
Color Harmonies of #928DAD
Complementary color
Monochromatic Colors of #928DAD
Black with #928DAD
Text Example
Text Example
White with #928DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928DAD; }
p { color: rgb(146,141,173); }
H1.HeaderClassName
{
color: #928DAD;
}
.AnyTagClassName
{
color: #928DAD;
}
</style>
background-color css
<style>
a { background-color: #928DAD; }
a { background-color: rgb(146,141,173); }
div.DivClassName
{
background-color: #928DAD;
}
.BgClassName
{
background-color: #928DAD;
}
</style>
border-color css
<style>
span { border-color: #928DAD; }
span { border-color: rgb(146,141,173); }
td.TdClassName
{
border-color: #928DAD;
}
.TagClassName
{
border-color: #928DAD;
}
</style>