Shades of Grey Suit #9890AD
Tints of Grey Suit #9890AD
RGB
CMYK
RGB Variations
Color information
#9890AD (or 0x9890AD) is known color: Grey Suit. HEX triplet: 98, 90 and AD. RGB value is (152,144,173). Sum of RGB (Red+Green+Blue) = 152+144+173=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #9890AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9890AD is #676F52. Grayscale: #959595. Windows color (decimal): -6778707 or 11374744. OLE color: 11374744.
HSL color Cylindrical-coordinate representation of color #9890AD: hue angle of 256.55º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9890AD is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 144 | 173 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.32 |
| HSL | 256.55º | 0.15% | 0.62% | - |
| HSV(B) | 256.55º | 0.17% | 0.68% | - |
| XYZ | 30.46 | 29.64 | 43.65 | - |
| YUV | 149.7 | 141.15 | 129.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 173 | 0.12 | 0.17 | 0 | 0.32 | 256.55 | 0.15 | 0.62 |
| Hex | 98 | 90 | AD | C | 11 | 0 | 20 | 101 | F | 3E |
| Octal | 230 | 220 | 255 | 14 | 21 | 0 | 40 | 401 | 17 | 76 |
| Binary | 10011000 | 10010000 | 10101101 | 1100 | 10001 | 0 | 100000 | 100000001 | 1111 | 111110 |
Color Harmonies of #9890AD
Complementary color
Monochromatic Colors of #9890AD
Black with #9890AD
Text Example
Text Example
White with #9890AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9890AD; }
p { color: rgb(152,144,173); }
H1.HeaderClassName
{
color: #9890AD;
}
.AnyTagClassName
{
color: #9890AD;
}
</style>
background-color css
<style>
a { background-color: #9890AD; }
a { background-color: rgb(152,144,173); }
div.DivClassName
{
background-color: #9890AD;
}
.BgClassName
{
background-color: #9890AD;
}
</style>
border-color css
<style>
span { border-color: #9890AD; }
span { border-color: rgb(152,144,173); }
td.TdClassName
{
border-color: #9890AD;
}
.TagClassName
{
border-color: #9890AD;
}
</style>