Shades of Grey Suit #9490A7
Tints of Grey Suit #9490A7
RGB
CMYK
RGB Variations
Color information
#9490A7 (or 0x9490A7) is known color: Grey Suit. HEX triplet: 94, 90 and A7. RGB value is (148,144,167). Sum of RGB (Red+Green+Blue) = 148+144+167=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 167 - color contains mainly: blue. Hex color #9490A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9490A7 is #6B6F58. Grayscale: #939393. Windows color (decimal): -7040857 or 10981524. OLE color: 10981524.
HSL color Cylindrical-coordinate representation of color #9490A7: hue angle of 250.43º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9490A7 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 144 | 167 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.35 |
| HSL | 250.43º | 0.12% | 0.61% | - |
| HSV(B) | 250.43º | 0.14% | 0.65% | - |
| XYZ | 29.16 | 29.03 | 40.63 | - |
| YUV | 147.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 144 | 167 | 0.11 | 0.14 | 0 | 0.35 | 250.43 | 0.12 | 0.61 |
| Hex | 94 | 90 | A7 | B | E | 0 | 23 | FA | C | 3D |
| Octal | 224 | 220 | 247 | 13 | 16 | 0 | 43 | 372 | 14 | 75 |
| Binary | 10010100 | 10010000 | 10100111 | 1011 | 1110 | 0 | 100011 | 11111010 | 1100 | 111101 |
Color Harmonies of #9490A7
Complementary color
Monochromatic Colors of #9490A7
Black with #9490A7
Text Example
Text Example
White with #9490A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9490A7; }
p { color: rgb(148,144,167); }
H1.HeaderClassName
{
color: #9490A7;
}
.AnyTagClassName
{
color: #9490A7;
}
</style>
background-color css
<style>
a { background-color: #9490A7; }
a { background-color: rgb(148,144,167); }
div.DivClassName
{
background-color: #9490A7;
}
.BgClassName
{
background-color: #9490A7;
}
</style>
border-color css
<style>
span { border-color: #9490A7; }
span { border-color: rgb(148,144,167); }
td.TdClassName
{
border-color: #9490A7;
}
.TagClassName
{
border-color: #9490A7;
}
</style>