Shades of London Hue #9D959D
Tints of London Hue #9D959D
RGB
CMYK
RGB Variations
Color information
#9D959D (or 0x9D959D) is known color: London Hue. HEX triplet: 9D, 95 and 9D. RGB value is (157,149,157). Sum of RGB (Red+Green+Blue) = 157+149+157=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D959D is #626A62. Grayscale: #989898. Windows color (decimal): -6449763 or 10327453. OLE color: 10327453.
HSL color Cylindrical-coordinate representation of color #9D959D: hue angle of 300º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9D959D is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 157 | - |
| CMYK | 0 | 0.05 | 0 | 0.38 |
| HSL | 300º | 0.04% | 0.6% | - |
| HSV(B) | 300º | 0.05% | 0.62% | - |
| XYZ | 30.74 | 31.1 | 36.28 | - |
| YUV | 152.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 157 | 0 | 0.05 | 0 | 0.38 | 300 | 0.04 | 0.6 |
| Hex | 9D | 95 | 9D | 0 | 5 | 0 | 26 | 12C | 4 | 3C |
| Octal | 235 | 225 | 235 | 0 | 5 | 0 | 46 | 454 | 4 | 74 |
| Binary | 10011101 | 10010101 | 10011101 | 0 | 101 | 0 | 100110 | 100101100 | 100 | 111100 |
Color Harmonies of #9D959D
Complementary color
Monochromatic Colors of #9D959D
Black with #9D959D
Text Example
Text Example
White with #9D959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D959D; }
p { color: rgb(157,149,157); }
H1.HeaderClassName
{
color: #9D959D;
}
.AnyTagClassName
{
color: #9D959D;
}
</style>
background-color css
<style>
a { background-color: #9D959D; }
a { background-color: rgb(157,149,157); }
div.DivClassName
{
background-color: #9D959D;
}
.BgClassName
{
background-color: #9D959D;
}
</style>
border-color css
<style>
span { border-color: #9D959D; }
span { border-color: rgb(157,149,157); }
td.TdClassName
{
border-color: #9D959D;
}
.TagClassName
{
border-color: #9D959D;
}
</style>