Shades of Grey Suit #9890AB
Tints of Grey Suit #9890AB
RGB
CMYK
RGB Variations
Color information
#9890AB (or 0x9890AB) is known color: Grey Suit. HEX triplet: 98, 90 and AB. RGB value is (152,144,171). Sum of RGB (Red+Green+Blue) = 152+144+171=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 171 - color contains mainly: blue. Hex color #9890AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9890AB is #676F54. Grayscale: #959595. Windows color (decimal): -6778709 or 11243672. OLE color: 11243672.
HSL color Cylindrical-coordinate representation of color #9890AB: hue angle of 257.78º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9890AB is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 144 | 171 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.33 |
| HSL | 257.78º | 0.14% | 0.62% | - |
| HSV(B) | 257.78º | 0.16% | 0.67% | - |
| XYZ | 30.27 | 29.56 | 42.64 | - |
| YUV | 149.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 171 | 0.11 | 0.16 | 0 | 0.33 | 257.78 | 0.14 | 0.62 |
| Hex | 98 | 90 | AB | B | 10 | 0 | 21 | 102 | E | 3E |
| Octal | 230 | 220 | 253 | 13 | 20 | 0 | 41 | 402 | 16 | 76 |
| Binary | 10011000 | 10010000 | 10101011 | 1011 | 10000 | 0 | 100001 | 100000010 | 1110 | 111110 |
Color Harmonies of #9890AB
Complementary color
Monochromatic Colors of #9890AB
Black with #9890AB
Text Example
Text Example
White with #9890AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9890AB; }
p { color: rgb(152,144,171); }
H1.HeaderClassName
{
color: #9890AB;
}
.AnyTagClassName
{
color: #9890AB;
}
</style>
background-color css
<style>
a { background-color: #9890AB; }
a { background-color: rgb(152,144,171); }
div.DivClassName
{
background-color: #9890AB;
}
.BgClassName
{
background-color: #9890AB;
}
</style>
border-color css
<style>
span { border-color: #9890AB; }
span { border-color: rgb(152,144,171); }
td.TdClassName
{
border-color: #9890AB;
}
.TagClassName
{
border-color: #9890AB;
}
</style>