Shades of Grey Suit #9490AC
Tints of Grey Suit #9490AC
RGB
CMYK
RGB Variations
Color information
#9490AC (or 0x9490AC) is known color: Grey Suit. HEX triplet: 94, 90 and AC. RGB value is (148,144,172). Sum of RGB (Red+Green+Blue) = 148+144+172=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 172 - color contains mainly: blue. Hex color #9490AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9490AC is #6B6F53. Grayscale: #949494. Windows color (decimal): -7040852 or 11309204. OLE color: 11309204.
HSL color Cylindrical-coordinate representation of color #9490AC: hue angle of 248.57º 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 #9490AC is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 144 | 172 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.33 |
| HSL | 248.57º | 0.14% | 0.62% | - |
| HSV(B) | 248.57º | 0.16% | 0.67% | - |
| XYZ | 29.63 | 29.22 | 43.11 | - |
| YUV | 148.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 172 | 0.14 | 0.16 | 0 | 0.33 | 248.57 | 0.14 | 0.62 |
| Hex | 94 | 90 | AC | E | 10 | 0 | 21 | F9 | E | 3E |
| Octal | 224 | 220 | 254 | 16 | 20 | 0 | 41 | 371 | 16 | 76 |
| Binary | 10010100 | 10010000 | 10101100 | 1110 | 10000 | 0 | 100001 | 11111001 | 1110 | 111110 |
Color Harmonies of #9490AC
Complementary color
Monochromatic Colors of #9490AC
Black with #9490AC
Text Example
Text Example
White with #9490AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9490AC; }
p { color: rgb(148,144,172); }
H1.HeaderClassName
{
color: #9490AC;
}
.AnyTagClassName
{
color: #9490AC;
}
</style>
background-color css
<style>
a { background-color: #9490AC; }
a { background-color: rgb(148,144,172); }
div.DivClassName
{
background-color: #9490AC;
}
.BgClassName
{
background-color: #9490AC;
}
</style>
border-color css
<style>
span { border-color: #9490AC; }
span { border-color: rgb(148,144,172); }
td.TdClassName
{
border-color: #9490AC;
}
.TagClassName
{
border-color: #9490AC;
}
</style>