Shades of Grey Suit #9492A0
Tints of Grey Suit #9492A0
RGB
CMYK
RGB Variations
Color information
#9492A0 (or 0x9492A0) is known color: Grey Suit. HEX triplet: 94, 92 and A0. RGB value is (148,146,160). Sum of RGB (Red+Green+Blue) = 148+146+160=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 160 - color contains mainly: blue. Hex color #9492A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9492A0 is #6B6D5F. Grayscale: #949494. Windows color (decimal): -7040352 or 10523284. OLE color: 10523284.
HSL color Cylindrical-coordinate representation of color #9492A0: hue angle of 248.57º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9492A0 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 146 | 160 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.37 |
| HSL | 248.57º | 0.07% | 0.6% | - |
| HSV(B) | 248.57º | 0.09% | 0.63% | - |
| XYZ | 28.84 | 29.39 | 37.41 | - |
| YUV | 148.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 160 | 0.07 | 0.09 | 0 | 0.37 | 248.57 | 0.07 | 0.6 |
| Hex | 94 | 92 | A0 | 7 | 9 | 0 | 25 | F9 | 7 | 3C |
| Octal | 224 | 222 | 240 | 7 | 11 | 0 | 45 | 371 | 7 | 74 |
| Binary | 10010100 | 10010010 | 10100000 | 111 | 1001 | 0 | 100101 | 11111001 | 111 | 111100 |
Color Harmonies of #9492A0
Complementary color
Monochromatic Colors of #9492A0
Black with #9492A0
Text Example
Text Example
White with #9492A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9492A0; }
p { color: rgb(148,146,160); }
H1.HeaderClassName
{
color: #9492A0;
}
.AnyTagClassName
{
color: #9492A0;
}
</style>
background-color css
<style>
a { background-color: #9492A0; }
a { background-color: rgb(148,146,160); }
div.DivClassName
{
background-color: #9492A0;
}
.BgClassName
{
background-color: #9492A0;
}
</style>
border-color css
<style>
span { border-color: #9492A0; }
span { border-color: rgb(148,146,160); }
td.TdClassName
{
border-color: #9492A0;
}
.TagClassName
{
border-color: #9492A0;
}
</style>