Shades of London Hue #9D899D
Tints of London Hue #9D899D
RGB
CMYK
RGB Variations
Color information
#9D899D (or 0x9D899D) is known color: London Hue. HEX triplet: 9D, 89 and 9D. RGB value is (157,137,157). Sum of RGB (Red+Green+Blue) = 157+137+157=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D899D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D899D is #627662. Grayscale: #919191. Windows color (decimal): -6452835 or 10324381. OLE color: 10324381.
HSL color Cylindrical-coordinate representation of color #9D899D: hue angle of 300º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9D899D is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 137 | 157 | - |
| CMYK | 0 | 0.13 | 0 | 0.38 |
| HSL | 300º | 0.09% | 0.58% | - |
| HSV(B) | 300º | 0.13% | 0.62% | - |
| XYZ | 28.94 | 27.49 | 35.68 | - |
| YUV | 145.26 | 134.63 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 137 | 157 | 0 | 0.13 | 0 | 0.38 | 300 | 0.09 | 0.58 |
| Hex | 9D | 89 | 9D | 0 | D | 0 | 26 | 12C | 9 | 3A |
| Octal | 235 | 211 | 235 | 0 | 15 | 0 | 46 | 454 | 11 | 72 |
| Binary | 10011101 | 10001001 | 10011101 | 0 | 1101 | 0 | 100110 | 100101100 | 1001 | 111010 |
Color Harmonies of #9D899D
Complementary color
Monochromatic Colors of #9D899D
Black with #9D899D
Text Example
Text Example
White with #9D899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D899D; }
p { color: rgb(157,137,157); }
H1.HeaderClassName
{
color: #9D899D;
}
.AnyTagClassName
{
color: #9D899D;
}
</style>
background-color css
<style>
a { background-color: #9D899D; }
a { background-color: rgb(157,137,157); }
div.DivClassName
{
background-color: #9D899D;
}
.BgClassName
{
background-color: #9D899D;
}
</style>
border-color css
<style>
span { border-color: #9D899D; }
span { border-color: rgb(157,137,157); }
td.TdClassName
{
border-color: #9D899D;
}
.TagClassName
{
border-color: #9D899D;
}
</style>