Shades of London Hue #9B949A
Tints of London Hue #9B949A
RGB
CMYK
RGB Variations
Color information
#9B949A (or 0x9B949A) is known color: London Hue. HEX triplet: 9B, 94 and 9A. RGB value is (155,148,154). Sum of RGB (Red+Green+Blue) = 155+148+154=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 155 - color contains mainly: red. Hex color #9B949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B949A is #646B65. Grayscale: #969696. Windows color (decimal): -6581094 or 10130587. OLE color: 10130587.
HSL color Cylindrical-coordinate representation of color #9B949A: hue angle of 308.57º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9B949A is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 148 | 154 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.39 |
| HSL | 308.57º | 0.03% | 0.59% | - |
| HSV(B) | 308.57º | 0.05% | 0.61% | - |
| XYZ | 29.94 | 30.48 | 34.88 | - |
| YUV | 150.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 148 | 154 | 0 | 0.05 | 0.01 | 0.39 | 308.57 | 0.03 | 0.59 |
| Hex | 9B | 94 | 9A | 0 | 5 | 1 | 27 | 135 | 3 | 3B |
| Octal | 233 | 224 | 232 | 0 | 5 | 1 | 47 | 465 | 3 | 73 |
| Binary | 10011011 | 10010100 | 10011010 | 0 | 101 | 1 | 100111 | 100110101 | 11 | 111011 |
Color Harmonies of #9B949A
Complementary color
Monochromatic Colors of #9B949A
Black with #9B949A
Text Example
Text Example
White with #9B949A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B949A; }
p { color: rgb(155,148,154); }
H1.HeaderClassName
{
color: #9B949A;
}
.AnyTagClassName
{
color: #9B949A;
}
</style>
background-color css
<style>
a { background-color: #9B949A; }
a { background-color: rgb(155,148,154); }
div.DivClassName
{
background-color: #9B949A;
}
.BgClassName
{
background-color: #9B949A;
}
</style>
border-color css
<style>
span { border-color: #9B949A; }
span { border-color: rgb(155,148,154); }
td.TdClassName
{
border-color: #9B949A;
}
.TagClassName
{
border-color: #9B949A;
}
</style>