Shades of London Hue #9F949D
Tints of London Hue #9F949D
RGB
CMYK
RGB Variations
Color information
#9F949D (or 0x9F949D) is known color: London Hue. HEX triplet: 9F, 94 and 9D. RGB value is (159,148,157). Sum of RGB (Red+Green+Blue) = 159+148+157=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 159 - color contains mainly: red. Hex color #9F949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F949D is #606B62. Grayscale: #989898. Windows color (decimal): -6318947 or 10327199. OLE color: 10327199.
HSL color Cylindrical-coordinate representation of color #9F949D: hue angle of 310.91º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9F949D is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 157 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.38 |
| HSL | 310.91º | 0.05% | 0.6% | - |
| HSV(B) | 310.91º | 0.07% | 0.62% | - |
| XYZ | 30.97 | 30.99 | 36.25 | - |
| YUV | 152.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 157 | 0 | 0.07 | 0.01 | 0.38 | 310.91 | 0.05 | 0.6 |
| Hex | 9F | 94 | 9D | 0 | 7 | 1 | 26 | 137 | 5 | 3C |
| Octal | 237 | 224 | 235 | 0 | 7 | 1 | 46 | 467 | 5 | 74 |
| Binary | 10011111 | 10010100 | 10011101 | 0 | 111 | 1 | 100110 | 100110111 | 101 | 111100 |
Color Harmonies of #9F949D
Complementary color
Monochromatic Colors of #9F949D
Black with #9F949D
Text Example
Text Example
White with #9F949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F949D; }
p { color: rgb(159,148,157); }
H1.HeaderClassName
{
color: #9F949D;
}
.AnyTagClassName
{
color: #9F949D;
}
</style>
background-color css
<style>
a { background-color: #9F949D; }
a { background-color: rgb(159,148,157); }
div.DivClassName
{
background-color: #9F949D;
}
.BgClassName
{
background-color: #9F949D;
}
</style>
border-color css
<style>
span { border-color: #9F949D; }
span { border-color: rgb(159,148,157); }
td.TdClassName
{
border-color: #9F949D;
}
.TagClassName
{
border-color: #9F949D;
}
</style>