Shades of London Hue #9E939C
Tints of London Hue #9E939C
RGB
CMYK
RGB Variations
Color information
#9E939C (or 0x9E939C) is known color: London Hue. HEX triplet: 9E, 93 and 9C. RGB value is (158,147,156). Sum of RGB (Red+Green+Blue) = 158+147+156=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 158 - color contains mainly: red. Hex color #9E939C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E939C is #616C63. Grayscale: #979797. Windows color (decimal): -6384740 or 10261406. OLE color: 10261406.
HSL color Cylindrical-coordinate representation of color #9E939C: hue angle of 310.91º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9E939C is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 147 | 156 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.38 |
| HSL | 310.91º | 0.05% | 0.6% | - |
| HSV(B) | 310.91º | 0.07% | 0.62% | - |
| XYZ | 30.54 | 30.54 | 35.74 | - |
| YUV | 151.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 156 | 0 | 0.07 | 0.01 | 0.38 | 310.91 | 0.05 | 0.6 |
| Hex | 9E | 93 | 9C | 0 | 7 | 1 | 26 | 137 | 5 | 3C |
| Octal | 236 | 223 | 234 | 0 | 7 | 1 | 46 | 467 | 5 | 74 |
| Binary | 10011110 | 10010011 | 10011100 | 0 | 111 | 1 | 100110 | 100110111 | 101 | 111100 |
Color Harmonies of #9E939C
Complementary color
Monochromatic Colors of #9E939C
Black with #9E939C
Text Example
Text Example
White with #9E939C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E939C; }
p { color: rgb(158,147,156); }
H1.HeaderClassName
{
color: #9E939C;
}
.AnyTagClassName
{
color: #9E939C;
}
</style>
background-color css
<style>
a { background-color: #9E939C; }
a { background-color: rgb(158,147,156); }
div.DivClassName
{
background-color: #9E939C;
}
.BgClassName
{
background-color: #9E939C;
}
</style>
border-color css
<style>
span { border-color: #9E939C; }
span { border-color: rgb(158,147,156); }
td.TdClassName
{
border-color: #9E939C;
}
.TagClassName
{
border-color: #9E939C;
}
</style>