Shades of Grey Suit #9490AB
Tints of Grey Suit #9490AB
RGB
CMYK
RGB Variations
Color information
#9490AB (or 0x9490AB) is known color: Grey Suit. HEX triplet: 94, 90 and AB. RGB value is (148,144,171). Sum of RGB (Red+Green+Blue) = 148+144+171=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #9490AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9490AB is #6B6F54. Grayscale: #949494. Windows color (decimal): -7040853 or 11243668. OLE color: 11243668.
HSL color Cylindrical-coordinate representation of color #9490AB: hue angle of 248.89º 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 #9490AB is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 144 | 171 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.33 |
| HSL | 248.89º | 0.14% | 0.62% | - |
| HSV(B) | 248.89º | 0.16% | 0.67% | - |
| XYZ | 29.54 | 29.18 | 42.6 | - |
| YUV | 148.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 171 | 0.13 | 0.16 | 0 | 0.33 | 248.89 | 0.14 | 0.62 |
| Hex | 94 | 90 | AB | D | 10 | 0 | 21 | F9 | E | 3E |
| Octal | 224 | 220 | 253 | 15 | 20 | 0 | 41 | 371 | 16 | 76 |
| Binary | 10010100 | 10010000 | 10101011 | 1101 | 10000 | 0 | 100001 | 11111001 | 1110 | 111110 |
Color Harmonies of #9490AB
Complementary color
Monochromatic Colors of #9490AB
Black with #9490AB
Text Example
Text Example
White with #9490AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9490AB; }
p { color: rgb(148,144,171); }
H1.HeaderClassName
{
color: #9490AB;
}
.AnyTagClassName
{
color: #9490AB;
}
</style>
background-color css
<style>
a { background-color: #9490AB; }
a { background-color: rgb(148,144,171); }
div.DivClassName
{
background-color: #9490AB;
}
.BgClassName
{
background-color: #9490AB;
}
</style>
border-color css
<style>
span { border-color: #9490AB; }
span { border-color: rgb(148,144,171); }
td.TdClassName
{
border-color: #9490AB;
}
.TagClassName
{
border-color: #9490AB;
}
</style>