Shades of Grey Suit #9E9BA4
Tints of Grey Suit #9E9BA4
RGB
CMYK
RGB Variations
Color information
#9E9BA4 (or 0x9E9BA4) is known color: Grey Suit. HEX triplet: 9E, 9B and A4. RGB value is (158,155,164). Sum of RGB (Red+Green+Blue) = 158+155+164=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 164 - color contains mainly: blue. Hex color #9E9BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9BA4 is #61645B. Grayscale: #9C9C9C. Windows color (decimal): -6382684 or 10787742. OLE color: 10787742.
HSL color Cylindrical-coordinate representation of color #9E9BA4: hue angle of 260º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9E9BA4 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 158 | 155 | 164 | - |
CMYK | 0.04 | 0.05 | 0 | 0.36 |
HSL | 260º | 0.05% | 0.63% | - |
HSV(B) | 260º | 0.05% | 0.64% | - |
XYZ | 32.52 | 33.39 | 39.85 | - |
YUV | 156.92 | 131.99 | 128.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 155 | 164 | 0.04 | 0.05 | 0 | 0.36 | 260 | 0.05 | 0.63 |
Hex | 9E | 9B | A4 | 4 | 5 | 0 | 24 | 104 | 5 | 3F |
Octal | 236 | 233 | 244 | 4 | 5 | 0 | 44 | 404 | 5 | 77 |
Binary | 10011110 | 10011011 | 10100100 | 100 | 101 | 0 | 100100 | 100000100 | 101 | 111111 |
Color Harmonies of #9E9BA4
Complementary color
Monochromatic Colors of #9E9BA4
Black with #9E9BA4
Text Example
Text Example
White with #9E9BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9BA4; }
p { color: rgb(158,155,164); }
H1.HeaderClassName
{
color: #9E9BA4;
}
.AnyTagClassName
{
color: #9E9BA4;
}
</style>
background-color css
<style>
a { background-color: #9E9BA4; }
a { background-color: rgb(158,155,164); }
div.DivClassName
{
background-color: #9E9BA4;
}
.BgClassName
{
background-color: #9E9BA4;
}
</style>
border-color css
<style>
span { border-color: #9E9BA4; }
span { border-color: rgb(158,155,164); }
td.TdClassName
{
border-color: #9E9BA4;
}
.TagClassName
{
border-color: #9E9BA4;
}
</style>