Shades of London Hue #9E859D
Tints of London Hue #9E859D
RGB
CMYK
RGB Variations
Color information
#9E859D (or 0x9E859D) is known color: London Hue. HEX triplet: 9E, 85 and 9D. RGB value is (158,133,157). Sum of RGB (Red+Green+Blue) = 158+133+157=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 158 - color contains mainly: red. Hex color #9E859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E859D is #617A62. Grayscale: #8F8F8F. Windows color (decimal): -6388323 or 10323358. OLE color: 10323358.
HSL color Cylindrical-coordinate representation of color #9E859D: hue angle of 302.4º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9E859D is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 133 | 157 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.38 |
| HSL | 302.4º | 0.11% | 0.57% | - |
| HSV(B) | 302.4º | 0.16% | 0.62% | - |
| XYZ | 28.57 | 26.48 | 35.5 | - |
| YUV | 143.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 157 | 0 | 0.16 | 0.01 | 0.38 | 302.4 | 0.11 | 0.57 |
| Hex | 9E | 85 | 9D | 0 | 10 | 1 | 26 | 12E | B | 39 |
| Octal | 236 | 205 | 235 | 0 | 20 | 1 | 46 | 456 | 13 | 71 |
| Binary | 10011110 | 10000101 | 10011101 | 0 | 10000 | 1 | 100110 | 100101110 | 1011 | 111001 |
Color Harmonies of #9E859D
Complementary color
Monochromatic Colors of #9E859D
Black with #9E859D
Text Example
Text Example
White with #9E859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E859D; }
p { color: rgb(158,133,157); }
H1.HeaderClassName
{
color: #9E859D;
}
.AnyTagClassName
{
color: #9E859D;
}
</style>
background-color css
<style>
a { background-color: #9E859D; }
a { background-color: rgb(158,133,157); }
div.DivClassName
{
background-color: #9E859D;
}
.BgClassName
{
background-color: #9E859D;
}
</style>
border-color css
<style>
span { border-color: #9E859D; }
span { border-color: rgb(158,133,157); }
td.TdClassName
{
border-color: #9E859D;
}
.TagClassName
{
border-color: #9E859D;
}
</style>