Shades of Jumbo #898986
Tints of Jumbo #898986
RGB
CMYK
RGB Variations
Color information
#898986 (or 0x898986) is known color: Jumbo. HEX triplet: 89, 89 and 86. RGB value is (137,137,134). Sum of RGB (Red+Green+Blue) = 137+137+134=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898986 is #767679. Grayscale: #888888. Windows color (decimal): -7763578 or 8817033. OLE color: 8817033.
HSL color Cylindrical-coordinate representation of color #898986: 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.02%. Process color model (Four color, CMYK) of #898986 is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 137 | 134 | - |
| CMYK | 0 | 0 | 0.02 | 0.46 |
| HSL | 60º | 0.01% | 0.53% | - |
| HSV(B) | 60º | 0.02% | 0.54% | - |
| XYZ | 23.57 | 24.93 | 26.12 | - |
| YUV | 136.66 | 126.5 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 137 | 134 | 0 | 0 | 0.02 | 0.46 | 60 | 0.01 | 0.53 |
| Hex | 89 | 89 | 86 | 0 | 0 | 2 | 2E | 3C | 1 | 35 |
| Octal | 211 | 211 | 206 | 0 | 0 | 2 | 56 | 74 | 1 | 65 |
| Binary | 10001001 | 10001001 | 10000110 | 0 | 0 | 10 | 101110 | 111100 | 1 | 110101 |
Color Harmonies of #898986
Complementary color
Monochromatic Colors of #898986
Black with #898986
Text Example
Text Example
White with #898986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898986; }
p { color: rgb(137,137,134); }
H1.HeaderClassName
{
color: #898986;
}
.AnyTagClassName
{
color: #898986;
}
</style>
background-color css
<style>
a { background-color: #898986; }
a { background-color: rgb(137,137,134); }
div.DivClassName
{
background-color: #898986;
}
.BgClassName
{
background-color: #898986;
}
</style>
border-color css
<style>
span { border-color: #898986; }
span { border-color: rgb(137,137,134); }
td.TdClassName
{
border-color: #898986;
}
.TagClassName
{
border-color: #898986;
}
</style>