Shades of London Hue #9B879A
Tints of London Hue #9B879A
RGB
CMYK
RGB Variations
Color information
#9B879A (or 0x9B879A) is known color: London Hue. HEX triplet: 9B, 87 and 9A. RGB value is (155,135,154). Sum of RGB (Red+Green+Blue) = 155+135+154=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 135 (53.12% from 255 or 30.41% from 444); Blue value is 154 (60.55% from 255 or 34.68% from 444); Max value from RGB is 155 - color contains mainly: red. Hex color #9B879A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B879A is #647865. Grayscale: #8F8F8F. Windows color (decimal): -6584422 or 10127259. OLE color: 10127259.
HSL color Cylindrical-coordinate representation of color #9B879A: hue angle of 303º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B879A is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 135 | 154 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.39 |
| HSL | 303º | 0.09% | 0.57% | - |
| HSV(B) | 303º | 0.13% | 0.61% | - |
| XYZ | 28.01 | 26.63 | 34.24 | - |
| YUV | 143.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 154 | 0 | 0.13 | 0.01 | 0.39 | 303 | 0.09 | 0.57 |
| Hex | 9B | 87 | 9A | 0 | D | 1 | 27 | 12F | 9 | 39 |
| Octal | 233 | 207 | 232 | 0 | 15 | 1 | 47 | 457 | 11 | 71 |
| Binary | 10011011 | 10000111 | 10011010 | 0 | 1101 | 1 | 100111 | 100101111 | 1001 | 111001 |
Color Harmonies of #9B879A
Complementary color
Monochromatic Colors of #9B879A
Black with #9B879A
Text Example
Text Example
White with #9B879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B879A; }
p { color: rgb(155,135,154); }
H1.HeaderClassName
{
color: #9B879A;
}
.AnyTagClassName
{
color: #9B879A;
}
</style>
background-color css
<style>
a { background-color: #9B879A; }
a { background-color: rgb(155,135,154); }
div.DivClassName
{
background-color: #9B879A;
}
.BgClassName
{
background-color: #9B879A;
}
</style>
border-color css
<style>
span { border-color: #9B879A; }
span { border-color: rgb(155,135,154); }
td.TdClassName
{
border-color: #9B879A;
}
.TagClassName
{
border-color: #9B879A;
}
</style>