Shades of Grey Suit #9A93A7
Tints of Grey Suit #9A93A7
RGB
CMYK
RGB Variations
Color information
#9A93A7 (or 0x9A93A7) is known color: Grey Suit. HEX triplet: 9A, 93 and A7. RGB value is (154,147,167). Sum of RGB (Red+Green+Blue) = 154+147+167=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 167 - color contains mainly: blue. Hex color #9A93A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A93A7 is #656C58. Grayscale: #979797. Windows color (decimal): -6646873 or 10982298. OLE color: 10982298.
HSL color Cylindrical-coordinate representation of color #9A93A7: hue angle of 261º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9A93A7 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 147 | 167 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.35 |
| HSL | 261º | 0.1% | 0.62% | - |
| HSV(B) | 261º | 0.12% | 0.65% | - |
| XYZ | 30.74 | 30.53 | 40.83 | - |
| YUV | 151.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 147 | 167 | 0.08 | 0.12 | 0 | 0.35 | 261 | 0.1 | 0.62 |
| Hex | 9A | 93 | A7 | 8 | C | 0 | 23 | 105 | A | 3E |
| Octal | 232 | 223 | 247 | 10 | 14 | 0 | 43 | 405 | 12 | 76 |
| Binary | 10011010 | 10010011 | 10100111 | 1000 | 1100 | 0 | 100011 | 100000101 | 1010 | 111110 |
Color Harmonies of #9A93A7
Complementary color
Monochromatic Colors of #9A93A7
Black with #9A93A7
Text Example
Text Example
White with #9A93A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A93A7; }
p { color: rgb(154,147,167); }
H1.HeaderClassName
{
color: #9A93A7;
}
.AnyTagClassName
{
color: #9A93A7;
}
</style>
background-color css
<style>
a { background-color: #9A93A7; }
a { background-color: rgb(154,147,167); }
div.DivClassName
{
background-color: #9A93A7;
}
.BgClassName
{
background-color: #9A93A7;
}
</style>
border-color css
<style>
span { border-color: #9A93A7; }
span { border-color: rgb(154,147,167); }
td.TdClassName
{
border-color: #9A93A7;
}
.TagClassName
{
border-color: #9A93A7;
}
</style>