Shades of London Hue #9C859B
Tints of London Hue #9C859B
RGB
CMYK
RGB Variations
Color information
#9C859B (or 0x9C859B) is known color: London Hue. HEX triplet: 9C, 85 and 9B. RGB value is (156,133,155). Sum of RGB (Red+Green+Blue) = 156+133+155=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 156 - color contains mainly: red. Hex color #9C859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C859B is #637A64. Grayscale: #8E8E8E. Windows color (decimal): -6519397 or 10192284. OLE color: 10192284.
HSL color Cylindrical-coordinate representation of color #9C859B: hue angle of 302.61º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9C859B is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 133 | 155 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.39 |
| HSL | 302.61º | 0.1% | 0.57% | - |
| HSV(B) | 302.61º | 0.15% | 0.61% | - |
| XYZ | 28.01 | 26.21 | 34.59 | - |
| YUV | 142.39 | 135.12 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 133 | 155 | 0 | 0.15 | 0.01 | 0.39 | 302.61 | 0.1 | 0.57 |
| Hex | 9C | 85 | 9B | 0 | F | 1 | 27 | 12F | A | 39 |
| Octal | 234 | 205 | 233 | 0 | 17 | 1 | 47 | 457 | 12 | 71 |
| Binary | 10011100 | 10000101 | 10011011 | 0 | 1111 | 1 | 100111 | 100101111 | 1010 | 111001 |
Color Harmonies of #9C859B
Complementary color
Monochromatic Colors of #9C859B
Black with #9C859B
Text Example
Text Example
White with #9C859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C859B; }
p { color: rgb(156,133,155); }
H1.HeaderClassName
{
color: #9C859B;
}
.AnyTagClassName
{
color: #9C859B;
}
</style>
background-color css
<style>
a { background-color: #9C859B; }
a { background-color: rgb(156,133,155); }
div.DivClassName
{
background-color: #9C859B;
}
.BgClassName
{
background-color: #9C859B;
}
</style>
border-color css
<style>
span { border-color: #9C859B; }
span { border-color: rgb(156,133,155); }
td.TdClassName
{
border-color: #9C859B;
}
.TagClassName
{
border-color: #9C859B;
}
</style>