Shades of London Hue #9F8FA0
Tints of London Hue #9F8FA0
RGB
CMYK
RGB Variations
Color information
#9F8FA0 (or 0x9F8FA0) is known color: London Hue. HEX triplet: 9F, 8F and A0. RGB value is (159,143,160). Sum of RGB (Red+Green+Blue) = 159+143+160=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 160 (62.89% from 255 or 34.63% from 462); Max value from RGB is 160 - color contains mainly: blue. Hex color #9F8FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8FA0 is #60705F. Grayscale: #959595. Windows color (decimal): -6320224 or 10522527. OLE color: 10522527.
HSL color Cylindrical-coordinate representation of color #9F8FA0: hue angle of 296.47º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9F8FA0 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 159 | 143 | 160 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.37 |
| HSL | 296.47º | 0.08% | 0.59% | - |
| HSV(B) | 296.47º | 0.11% | 0.63% | - |
| XYZ | 30.47 | 29.55 | 37.36 | - |
| YUV | 149.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 160 | 0.01 | 0.11 | 0 | 0.37 | 296.47 | 0.08 | 0.59 |
| Hex | 9F | 8F | A0 | 1 | B | 0 | 25 | 128 | 8 | 3B |
| Octal | 237 | 217 | 240 | 1 | 13 | 0 | 45 | 450 | 10 | 73 |
| Binary | 10011111 | 10001111 | 10100000 | 1 | 1011 | 0 | 100101 | 100101000 | 1000 | 111011 |
Color Harmonies of #9F8FA0
Complementary color
Monochromatic Colors of #9F8FA0
Black with #9F8FA0
Text Example
Text Example
White with #9F8FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8FA0; }
p { color: rgb(159,143,160); }
H1.HeaderClassName
{
color: #9F8FA0;
}
.AnyTagClassName
{
color: #9F8FA0;
}
</style>
background-color css
<style>
a { background-color: #9F8FA0; }
a { background-color: rgb(159,143,160); }
div.DivClassName
{
background-color: #9F8FA0;
}
.BgClassName
{
background-color: #9F8FA0;
}
</style>
border-color css
<style>
span { border-color: #9F8FA0; }
span { border-color: rgb(159,143,160); }
td.TdClassName
{
border-color: #9F8FA0;
}
.TagClassName
{
border-color: #9F8FA0;
}
</style>