Shades of London Hue #9E809E
Tints of London Hue #9E809E
RGB
CMYK
RGB Variations
Color information
#9E809E (or 0x9E809E) is known color: London Hue. HEX triplet: 9E, 80 and 9E. RGB value is (158,128,158). Sum of RGB (Red+Green+Blue) = 158+128+158=444 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.59% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 158 - color contains mainly: red, blue. Hex color #9E809E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E809E is #617F61. Grayscale: #8C8C8C. Windows color (decimal): -6389602 or 10387614. OLE color: 10387614.
HSL color Cylindrical-coordinate representation of color #9E809E: hue angle of 300º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9E809E is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 128 | 158 | - |
| CMYK | 0 | 0.19 | 0 | 0.38 |
| HSL | 300º | 0.13% | 0.56% | - |
| HSV(B) | 300º | 0.19% | 0.62% | - |
| XYZ | 27.99 | 25.18 | 35.73 | - |
| YUV | 140.39 | 137.94 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 158 | 0 | 0.19 | 0 | 0.38 | 300 | 0.13 | 0.56 |
| Hex | 9E | 80 | 9E | 0 | 13 | 0 | 26 | 12C | D | 38 |
| Octal | 236 | 200 | 236 | 0 | 23 | 0 | 46 | 454 | 15 | 70 |
| Binary | 10011110 | 10000000 | 10011110 | 0 | 10011 | 0 | 100110 | 100101100 | 1101 | 111000 |
Color Harmonies of #9E809E
Complementary color
Monochromatic Colors of #9E809E
Black with #9E809E
Text Example
Text Example
White with #9E809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E809E; }
p { color: rgb(158,128,158); }
H1.HeaderClassName
{
color: #9E809E;
}
.AnyTagClassName
{
color: #9E809E;
}
</style>
background-color css
<style>
a { background-color: #9E809E; }
a { background-color: rgb(158,128,158); }
div.DivClassName
{
background-color: #9E809E;
}
.BgClassName
{
background-color: #9E809E;
}
</style>
border-color css
<style>
span { border-color: #9E809E; }
span { border-color: rgb(158,128,158); }
td.TdClassName
{
border-color: #9E809E;
}
.TagClassName
{
border-color: #9E809E;
}
</style>