Shades of Grey Suit #9992AD
Tints of Grey Suit #9992AD
RGB
CMYK
RGB Variations
Color information
#9992AD (or 0x9992AD) is known color: Grey Suit. HEX triplet: 99, 92 and AD. RGB value is (153,146,173). Sum of RGB (Red+Green+Blue) = 153+146+173=472 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.42% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #9992AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9992AD is #666D52. Grayscale: #979797. Windows color (decimal): -6712659 or 11375257. OLE color: 11375257.
HSL color Cylindrical-coordinate representation of color #9992AD: hue angle of 255.56º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9992AD is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 146 | 173 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.32 |
| HSL | 255.56º | 0.14% | 0.63% | - |
| HSV(B) | 255.56º | 0.16% | 0.68% | - |
| XYZ | 30.96 | 30.35 | 43.76 | - |
| YUV | 151.17 | 140.32 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 173 | 0.12 | 0.16 | 0 | 0.32 | 255.56 | 0.14 | 0.63 |
| Hex | 99 | 92 | AD | C | 10 | 0 | 20 | 100 | E | 3F |
| Octal | 231 | 222 | 255 | 14 | 20 | 0 | 40 | 400 | 16 | 77 |
| Binary | 10011001 | 10010010 | 10101101 | 1100 | 10000 | 0 | 100000 | 100000000 | 1110 | 111111 |
Color Harmonies of #9992AD
Complementary color
Monochromatic Colors of #9992AD
Black with #9992AD
Text Example
Text Example
White with #9992AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9992AD; }
p { color: rgb(153,146,173); }
H1.HeaderClassName
{
color: #9992AD;
}
.AnyTagClassName
{
color: #9992AD;
}
</style>
background-color css
<style>
a { background-color: #9992AD; }
a { background-color: rgb(153,146,173); }
div.DivClassName
{
background-color: #9992AD;
}
.BgClassName
{
background-color: #9992AD;
}
</style>
border-color css
<style>
span { border-color: #9992AD; }
span { border-color: rgb(153,146,173); }
td.TdClassName
{
border-color: #9992AD;
}
.TagClassName
{
border-color: #9992AD;
}
</style>