Shades of London Hue #9C8F9B
Tints of London Hue #9C8F9B
RGB
CMYK
RGB Variations
Color information
#9C8F9B (or 0x9C8F9B) is known color: London Hue. HEX triplet: 9C, 8F and 9B. RGB value is (156,143,155). Sum of RGB (Red+Green+Blue) = 156+143+155=454 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.36% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8F9B is #637064. Grayscale: #949494. Windows color (decimal): -6516837 or 10194844. OLE color: 10194844.
HSL color Cylindrical-coordinate representation of color #9C8F9B: hue angle of 304.62º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9C8F9B is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 143 | 155 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.39 |
| HSL | 304.62º | 0.06% | 0.59% | - |
| HSV(B) | 304.62º | 0.08% | 0.61% | - |
| XYZ | 29.45 | 29.08 | 35.07 | - |
| YUV | 148.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 155 | 0 | 0.08 | 0.01 | 0.39 | 304.62 | 0.06 | 0.59 |
| Hex | 9C | 8F | 9B | 0 | 8 | 1 | 27 | 131 | 6 | 3B |
| Octal | 234 | 217 | 233 | 0 | 10 | 1 | 47 | 461 | 6 | 73 |
| Binary | 10011100 | 10001111 | 10011011 | 0 | 1000 | 1 | 100111 | 100110001 | 110 | 111011 |
Color Harmonies of #9C8F9B
Complementary color
Monochromatic Colors of #9C8F9B
Black with #9C8F9B
Text Example
Text Example
White with #9C8F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8F9B; }
p { color: rgb(156,143,155); }
H1.HeaderClassName
{
color: #9C8F9B;
}
.AnyTagClassName
{
color: #9C8F9B;
}
</style>
background-color css
<style>
a { background-color: #9C8F9B; }
a { background-color: rgb(156,143,155); }
div.DivClassName
{
background-color: #9C8F9B;
}
.BgClassName
{
background-color: #9C8F9B;
}
</style>
border-color css
<style>
span { border-color: #9C8F9B; }
span { border-color: rgb(156,143,155); }
td.TdClassName
{
border-color: #9C8F9B;
}
.TagClassName
{
border-color: #9C8F9B;
}
</style>