Shades of Grey Suit #9A94A6
Tints of Grey Suit #9A94A6
RGB
CMYK
RGB Variations
Color information
#9A94A6 (or 0x9A94A6) is known color: Grey Suit. HEX triplet: 9A, 94 and A6. RGB value is (154,148,166). Sum of RGB (Red+Green+Blue) = 154+148+166=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 166 - color contains mainly: blue. Hex color #9A94A6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A94A6 is #656B59. Grayscale: #979797. Windows color (decimal): -6646618 or 10917018. OLE color: 10917018.
HSL color Cylindrical-coordinate representation of color #9A94A6: hue angle of 260º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9A94A6 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 148 | 166 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.35 |
| HSL | 260º | 0.09% | 0.62% | - |
| HSV(B) | 260º | 0.11% | 0.65% | - |
| XYZ | 30.8 | 30.8 | 40.4 | - |
| YUV | 151.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 148 | 166 | 0.07 | 0.11 | 0 | 0.35 | 260 | 0.09 | 0.62 |
| Hex | 9A | 94 | A6 | 7 | B | 0 | 23 | 104 | 9 | 3E |
| Octal | 232 | 224 | 246 | 7 | 13 | 0 | 43 | 404 | 11 | 76 |
| Binary | 10011010 | 10010100 | 10100110 | 111 | 1011 | 0 | 100011 | 100000100 | 1001 | 111110 |
Color Harmonies of #9A94A6
Complementary color
Monochromatic Colors of #9A94A6
Black with #9A94A6
Text Example
Text Example
White with #9A94A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A94A6; }
p { color: rgb(154,148,166); }
H1.HeaderClassName
{
color: #9A94A6;
}
.AnyTagClassName
{
color: #9A94A6;
}
</style>
background-color css
<style>
a { background-color: #9A94A6; }
a { background-color: rgb(154,148,166); }
div.DivClassName
{
background-color: #9A94A6;
}
.BgClassName
{
background-color: #9A94A6;
}
</style>
border-color css
<style>
span { border-color: #9A94A6; }
span { border-color: rgb(154,148,166); }
td.TdClassName
{
border-color: #9A94A6;
}
.TagClassName
{
border-color: #9A94A6;
}
</style>