Shades of London Hue #989698
Tints of London Hue #989698
RGB
CMYK
RGB Variations
Color information
#989698 (or 0x989698) is known color: London Hue. HEX triplet: 98, 96 and 98. RGB value is (152,150,152). Sum of RGB (Red+Green+Blue) = 152+150+152=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #989698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989698 is #676967. Grayscale: #969696. Windows color (decimal): -6777192 or 10000024. OLE color: 10000024.
HSL color Cylindrical-coordinate representation of color #989698: hue angle of 300º degrees, saturation: 0.01, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #989698 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 150 | 152 | - |
| CMYK | 0 | 0.01 | 0 | 0.40 |
| HSL | 300º | 0.01% | 0.59% | - |
| HSV(B) | 300º | 0.01% | 0.6% | - |
| XYZ | 29.52 | 30.76 | 34.09 | - |
| YUV | 150.83 | 128.66 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 152 | 0 | 0.01 | 0 | 0.40 | 300 | 0.01 | 0.59 |
| Hex | 98 | 96 | 98 | 0 | 1 | 0 | 28 | 12C | 1 | 3B |
| Octal | 230 | 226 | 230 | 0 | 1 | 0 | 50 | 454 | 1 | 73 |
| Binary | 10011000 | 10010110 | 10011000 | 0 | 1 | 0 | 101000 | 100101100 | 1 | 111011 |
Color Harmonies of #989698
Complementary color
Monochromatic Colors of #989698
Black with #989698
Text Example
Text Example
White with #989698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989698; }
p { color: rgb(152,150,152); }
H1.HeaderClassName
{
color: #989698;
}
.AnyTagClassName
{
color: #989698;
}
</style>
background-color css
<style>
a { background-color: #989698; }
a { background-color: rgb(152,150,152); }
div.DivClassName
{
background-color: #989698;
}
.BgClassName
{
background-color: #989698;
}
</style>
border-color css
<style>
span { border-color: #989698; }
span { border-color: rgb(152,150,152); }
td.TdClassName
{
border-color: #989698;
}
.TagClassName
{
border-color: #989698;
}
</style>