Shades of Grey Suit #9E99A7
Tints of Grey Suit #9E99A7
RGB
CMYK
RGB Variations
Color information
#9E99A7 (or 0x9E99A7) is known color: Grey Suit. HEX triplet: 9E, 99 and A7. RGB value is (158,153,167). Sum of RGB (Red+Green+Blue) = 158+153+167=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 167 - color contains mainly: blue. Hex color #9E99A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E99A7 is #616658. Grayscale: #9C9C9C. Windows color (decimal): -6383193 or 10983838. OLE color: 10983838.
HSL color Cylindrical-coordinate representation of color #9E99A7: hue angle of 261.43º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9E99A7 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 153 | 167 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.35 |
| HSL | 261.43º | 0.07% | 0.63% | - |
| HSV(B) | 261.43º | 0.08% | 0.65% | - |
| XYZ | 32.47 | 32.84 | 41.19 | - |
| YUV | 156.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 153 | 167 | 0.05 | 0.08 | 0 | 0.35 | 261.43 | 0.07 | 0.63 |
| Hex | 9E | 99 | A7 | 5 | 8 | 0 | 23 | 105 | 7 | 3F |
| Octal | 236 | 231 | 247 | 5 | 10 | 0 | 43 | 405 | 7 | 77 |
| Binary | 10011110 | 10011001 | 10100111 | 101 | 1000 | 0 | 100011 | 100000101 | 111 | 111111 |
Color Harmonies of #9E99A7
Complementary color
Monochromatic Colors of #9E99A7
Black with #9E99A7
Text Example
Text Example
White with #9E99A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E99A7; }
p { color: rgb(158,153,167); }
H1.HeaderClassName
{
color: #9E99A7;
}
.AnyTagClassName
{
color: #9E99A7;
}
</style>
background-color css
<style>
a { background-color: #9E99A7; }
a { background-color: rgb(158,153,167); }
div.DivClassName
{
background-color: #9E99A7;
}
.BgClassName
{
background-color: #9E99A7;
}
</style>
border-color css
<style>
span { border-color: #9E99A7; }
span { border-color: rgb(158,153,167); }
td.TdClassName
{
border-color: #9E99A7;
}
.TagClassName
{
border-color: #9E99A7;
}
</style>