Shades of London Hue #9D969D
Tints of London Hue #9D969D
RGB
CMYK
RGB Variations
Color information
#9D969D (or 0x9D969D) is known color: London Hue. HEX triplet: 9D, 96 and 9D. RGB value is (157,150,157). Sum of RGB (Red+Green+Blue) = 157+150+157=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D969D is #626962. Grayscale: #989898. Windows color (decimal): -6449507 or 10327709. OLE color: 10327709.
HSL color Cylindrical-coordinate representation of color #9D969D: hue angle of 300º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9D969D is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 150 | 157 | - |
| CMYK | 0 | 0.04 | 0 | 0.38 |
| HSL | 300º | 0.03% | 0.6% | - |
| HSV(B) | 300º | 0.04% | 0.62% | - |
| XYZ | 30.9 | 31.42 | 36.33 | - |
| YUV | 152.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 150 | 157 | 0 | 0.04 | 0 | 0.38 | 300 | 0.03 | 0.6 |
| Hex | 9D | 96 | 9D | 0 | 4 | 0 | 26 | 12C | 3 | 3C |
| Octal | 235 | 226 | 235 | 0 | 4 | 0 | 46 | 454 | 3 | 74 |
| Binary | 10011101 | 10010110 | 10011101 | 0 | 100 | 0 | 100110 | 100101100 | 11 | 111100 |
Color Harmonies of #9D969D
Complementary color
Monochromatic Colors of #9D969D
Black with #9D969D
Text Example
Text Example
White with #9D969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D969D; }
p { color: rgb(157,150,157); }
H1.HeaderClassName
{
color: #9D969D;
}
.AnyTagClassName
{
color: #9D969D;
}
</style>
background-color css
<style>
a { background-color: #9D969D; }
a { background-color: rgb(157,150,157); }
div.DivClassName
{
background-color: #9D969D;
}
.BgClassName
{
background-color: #9D969D;
}
</style>
border-color css
<style>
span { border-color: #9D969D; }
span { border-color: rgb(157,150,157); }
td.TdClassName
{
border-color: #9D969D;
}
.TagClassName
{
border-color: #9D969D;
}
</style>