Shades of Grey Suit #9890AE
Tints of Grey Suit #9890AE
RGB
CMYK
RGB Variations
Color information
#9890AE (or 0x9890AE) is known color: Grey Suit. HEX triplet: 98, 90 and AE. RGB value is (152,144,174). Sum of RGB (Red+Green+Blue) = 152+144+174=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 174 - color contains mainly: blue. Hex color #9890AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9890AE is #676F51. Grayscale: #959595. Windows color (decimal): -6778706 or 11440280. OLE color: 11440280.
HSL color Cylindrical-coordinate representation of color #9890AE: hue angle of 256º degrees, saturation: 0.16, 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 #9890AE is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 144 | 174 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.32 |
| HSL | 256º | 0.16% | 0.62% | - |
| HSV(B) | 256º | 0.17% | 0.68% | - |
| XYZ | 30.56 | 29.68 | 44.16 | - |
| YUV | 149.81 | 141.65 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 174 | 0.13 | 0.17 | 0 | 0.32 | 256 | 0.16 | 0.62 |
| Hex | 98 | 90 | AE | D | 11 | 0 | 20 | 100 | 10 | 3E |
| Octal | 230 | 220 | 256 | 15 | 21 | 0 | 40 | 400 | 20 | 76 |
| Binary | 10011000 | 10010000 | 10101110 | 1101 | 10001 | 0 | 100000 | 100000000 | 10000 | 111110 |
Color Harmonies of #9890AE
Complementary color
Monochromatic Colors of #9890AE
Black with #9890AE
Text Example
Text Example
White with #9890AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9890AE; }
p { color: rgb(152,144,174); }
H1.HeaderClassName
{
color: #9890AE;
}
.AnyTagClassName
{
color: #9890AE;
}
</style>
background-color css
<style>
a { background-color: #9890AE; }
a { background-color: rgb(152,144,174); }
div.DivClassName
{
background-color: #9890AE;
}
.BgClassName
{
background-color: #9890AE;
}
</style>
border-color css
<style>
span { border-color: #9890AE; }
span { border-color: rgb(152,144,174); }
td.TdClassName
{
border-color: #9890AE;
}
.TagClassName
{
border-color: #9890AE;
}
</style>