Shades of London Hue #9F969D
Tints of London Hue #9F969D
RGB
CMYK
RGB Variations
Color information
#9F969D (or 0x9F969D) is known color: London Hue. HEX triplet: 9F, 96 and 9D. RGB value is (159,150,157). Sum of RGB (Red+Green+Blue) = 159+150+157=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 159 - color contains mainly: red. Hex color #9F969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F969D is #606962. Grayscale: #999999. Windows color (decimal): -6318435 or 10327711. OLE color: 10327711.
HSL color Cylindrical-coordinate representation of color #9F969D: hue angle of 313.33º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9F969D is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 150 | 157 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.38 |
| HSL | 313.33º | 0.04% | 0.61% | - |
| HSV(B) | 313.33º | 0.06% | 0.62% | - |
| XYZ | 31.29 | 31.62 | 36.35 | - |
| YUV | 153.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 157 | 0 | 0.06 | 0.01 | 0.38 | 313.33 | 0.04 | 0.61 |
| Hex | 9F | 96 | 9D | 0 | 6 | 1 | 26 | 139 | 4 | 3D |
| Octal | 237 | 226 | 235 | 0 | 6 | 1 | 46 | 471 | 4 | 75 |
| Binary | 10011111 | 10010110 | 10011101 | 0 | 110 | 1 | 100110 | 100111001 | 100 | 111101 |
Color Harmonies of #9F969D
Complementary color
Monochromatic Colors of #9F969D
Black with #9F969D
Text Example
Text Example
White with #9F969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F969D; }
p { color: rgb(159,150,157); }
H1.HeaderClassName
{
color: #9F969D;
}
.AnyTagClassName
{
color: #9F969D;
}
</style>
background-color css
<style>
a { background-color: #9F969D; }
a { background-color: rgb(159,150,157); }
div.DivClassName
{
background-color: #9F969D;
}
.BgClassName
{
background-color: #9F969D;
}
</style>
border-color css
<style>
span { border-color: #9F969D; }
span { border-color: rgb(159,150,157); }
td.TdClassName
{
border-color: #9F969D;
}
.TagClassName
{
border-color: #9F969D;
}
</style>