Shades of London Hue #9E919F
Tints of London Hue #9E919F
RGB
CMYK
RGB Variations
Color information
#9E919F (or 0x9E919F) is known color: London Hue. HEX triplet: 9E, 91 and 9F. RGB value is (158,145,159). Sum of RGB (Red+Green+Blue) = 158+145+159=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 159 - color contains mainly: blue. Hex color #9E919F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E919F is #616E60. Grayscale: #969696. Windows color (decimal): -6385249 or 10457502. OLE color: 10457502.
HSL color Cylindrical-coordinate representation of color #9E919F: hue angle of 295.71º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9E919F is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 145 | 159 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.38 |
| HSL | 295.71º | 0.07% | 0.6% | - |
| HSV(B) | 295.71º | 0.09% | 0.62% | - |
| XYZ | 30.48 | 30.02 | 36.99 | - |
| YUV | 150.48 | 132.81 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 145 | 159 | 0.01 | 0.09 | 0 | 0.38 | 295.71 | 0.07 | 0.6 |
| Hex | 9E | 91 | 9F | 1 | 9 | 0 | 26 | 128 | 7 | 3C |
| Octal | 236 | 221 | 237 | 1 | 11 | 0 | 46 | 450 | 7 | 74 |
| Binary | 10011110 | 10010001 | 10011111 | 1 | 1001 | 0 | 100110 | 100101000 | 111 | 111100 |
Color Harmonies of #9E919F
Complementary color
Monochromatic Colors of #9E919F
Black with #9E919F
Text Example
Text Example
White with #9E919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E919F; }
p { color: rgb(158,145,159); }
H1.HeaderClassName
{
color: #9E919F;
}
.AnyTagClassName
{
color: #9E919F;
}
</style>
background-color css
<style>
a { background-color: #9E919F; }
a { background-color: rgb(158,145,159); }
div.DivClassName
{
background-color: #9E919F;
}
.BgClassName
{
background-color: #9E919F;
}
</style>
border-color css
<style>
span { border-color: #9E919F; }
span { border-color: rgb(158,145,159); }
td.TdClassName
{
border-color: #9E919F;
}
.TagClassName
{
border-color: #9E919F;
}
</style>