Shades of Jumbo #898987
Tints of Jumbo #898987
RGB
CMYK
RGB Variations
Color information
#898987 (or 0x898987) is known color: Jumbo. HEX triplet: 89, 89 and 87. RGB value is (137,137,135). Sum of RGB (Red+Green+Blue) = 137+137+135=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898987 is #767678. Grayscale: #888888. Windows color (decimal): -7763577 or 8882569. OLE color: 8882569.
HSL color Cylindrical-coordinate representation of color #898987: hue angle of 60º degrees, saturation: 0.01, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #898987 is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 137 | 135 | - |
| CMYK | 0 | 0 | 0.01 | 0.46 |
| HSL | 60º | 0.01% | 0.53% | - |
| HSV(B) | 60º | 0.01% | 0.54% | - |
| XYZ | 23.64 | 24.96 | 26.49 | - |
| YUV | 136.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 137 | 135 | 0 | 0 | 0.01 | 0.46 | 60 | 0.01 | 0.53 |
| Hex | 89 | 89 | 87 | 0 | 0 | 1 | 2E | 3C | 1 | 35 |
| Octal | 211 | 211 | 207 | 0 | 0 | 1 | 56 | 74 | 1 | 65 |
| Binary | 10001001 | 10001001 | 10000111 | 0 | 0 | 1 | 101110 | 111100 | 1 | 110101 |
Color Harmonies of #898987
Complementary color
Monochromatic Colors of #898987
Black with #898987
Text Example
Text Example
White with #898987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898987; }
p { color: rgb(137,137,135); }
H1.HeaderClassName
{
color: #898987;
}
.AnyTagClassName
{
color: #898987;
}
</style>
background-color css
<style>
a { background-color: #898987; }
a { background-color: rgb(137,137,135); }
div.DivClassName
{
background-color: #898987;
}
.BgClassName
{
background-color: #898987;
}
</style>
border-color css
<style>
span { border-color: #898987; }
span { border-color: rgb(137,137,135); }
td.TdClassName
{
border-color: #898987;
}
.TagClassName
{
border-color: #898987;
}
</style>