Shades of London Hue #999298
Tints of London Hue #999298
RGB
CMYK
RGB Variations
Color information
#999298 (or 0x999298) is known color: London Hue. HEX triplet: 99, 92 and 98. RGB value is (153,146,152). Sum of RGB (Red+Green+Blue) = 153+146+152=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 153 - color contains mainly: red. Hex color #999298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999298 is #666D67. Grayscale: #949494. Windows color (decimal): -6712680 or 9999001. OLE color: 9999001.
HSL color Cylindrical-coordinate representation of color #999298: hue angle of 308.57º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #999298 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 146 | 152 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.4 |
| HSL | 308.57º | 0.03% | 0.59% | - |
| HSV(B) | 308.57º | 0.05% | 0.6% | - |
| XYZ | 29.08 | 29.6 | 33.89 | - |
| YUV | 148.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 152 | 0 | 0.05 | 0.01 | 0.4 | 308.57 | 0.03 | 0.59 |
| Hex | 99 | 92 | 98 | 0 | 5 | 1 | 28 | 135 | 3 | 3B |
| Octal | 231 | 222 | 230 | 0 | 5 | 1 | 50 | 465 | 3 | 73 |
| Binary | 10011001 | 10010010 | 10011000 | 0 | 101 | 1 | 101000 | 100110101 | 11 | 111011 |
Color Harmonies of #999298
Complementary color
Monochromatic Colors of #999298
Black with #999298
Text Example
Text Example
White with #999298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999298; }
p { color: rgb(153,146,152); }
H1.HeaderClassName
{
color: #999298;
}
.AnyTagClassName
{
color: #999298;
}
</style>
background-color css
<style>
a { background-color: #999298; }
a { background-color: rgb(153,146,152); }
div.DivClassName
{
background-color: #999298;
}
.BgClassName
{
background-color: #999298;
}
</style>
border-color css
<style>
span { border-color: #999298; }
span { border-color: rgb(153,146,152); }
td.TdClassName
{
border-color: #999298;
}
.TagClassName
{
border-color: #999298;
}
</style>