Shades of London Hue #9E869D
Tints of London Hue #9E869D
RGB
CMYK
RGB Variations
Color information
#9E869D (or 0x9E869D) is known color: London Hue. HEX triplet: 9E, 86 and 9D. RGB value is (158,134,157). Sum of RGB (Red+Green+Blue) = 158+134+157=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 158 - color contains mainly: red. Hex color #9E869D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E869D is #617962. Grayscale: #8F8F8F. Windows color (decimal): -6388067 or 10323614. OLE color: 10323614.
HSL color Cylindrical-coordinate representation of color #9E869D: hue angle of 302.5º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9E869D is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 134 | 157 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.38 |
| HSL | 302.5º | 0.11% | 0.57% | - |
| HSV(B) | 302.5º | 0.15% | 0.62% | - |
| XYZ | 28.71 | 26.75 | 35.55 | - |
| YUV | 143.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 134 | 157 | 0 | 0.15 | 0.01 | 0.38 | 302.5 | 0.11 | 0.57 |
| Hex | 9E | 86 | 9D | 0 | F | 1 | 26 | 12E | B | 39 |
| Octal | 236 | 206 | 235 | 0 | 17 | 1 | 46 | 456 | 13 | 71 |
| Binary | 10011110 | 10000110 | 10011101 | 0 | 1111 | 1 | 100110 | 100101110 | 1011 | 111001 |
Color Harmonies of #9E869D
Complementary color
Monochromatic Colors of #9E869D
Black with #9E869D
Text Example
Text Example
White with #9E869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E869D; }
p { color: rgb(158,134,157); }
H1.HeaderClassName
{
color: #9E869D;
}
.AnyTagClassName
{
color: #9E869D;
}
</style>
background-color css
<style>
a { background-color: #9E869D; }
a { background-color: rgb(158,134,157); }
div.DivClassName
{
background-color: #9E869D;
}
.BgClassName
{
background-color: #9E869D;
}
</style>
border-color css
<style>
span { border-color: #9E869D; }
span { border-color: rgb(158,134,157); }
td.TdClassName
{
border-color: #9E869D;
}
.TagClassName
{
border-color: #9E869D;
}
</style>