Shades of Jumbo #8A8B84
Tints of Jumbo #8A8B84
RGB
CMYK
RGB Variations
Color information
#8A8B84 (or 0x8A8B84) is known color: Jumbo. HEX triplet: 8A, 8B and 84. RGB value is (138,139,132). Sum of RGB (Red+Green+Blue) = 138+139+132=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 139 - color contains mainly: green. Hex color #8A8B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8B84 is #75747B. Grayscale: #898989. Windows color (decimal): -7697532 or 8686474. OLE color: 8686474.
HSL color Cylindrical-coordinate representation of color #8A8B84: hue angle of 68.57º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8A8B84 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 139 | 132 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.45 |
| HSL | 68.57º | 0.03% | 0.53% | - |
| HSV(B) | 68.57º | 0.05% | 0.55% | - |
| XYZ | 23.88 | 25.53 | 25.5 | - |
| YUV | 137.9 | 124.67 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 139 | 132 | 0.01 | 0 | 0.05 | 0.45 | 68.57 | 0.03 | 0.53 |
| Hex | 8A | 8B | 84 | 1 | 0 | 5 | 2D | 45 | 3 | 35 |
| Octal | 212 | 213 | 204 | 1 | 0 | 5 | 55 | 105 | 3 | 65 |
| Binary | 10001010 | 10001011 | 10000100 | 1 | 0 | 101 | 101101 | 1000101 | 11 | 110101 |
Color Harmonies of #8A8B84
Complementary color
Monochromatic Colors of #8A8B84
Black with #8A8B84
Text Example
Text Example
White with #8A8B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8B84; }
p { color: rgb(138,139,132); }
H1.HeaderClassName
{
color: #8A8B84;
}
.AnyTagClassName
{
color: #8A8B84;
}
</style>
background-color css
<style>
a { background-color: #8A8B84; }
a { background-color: rgb(138,139,132); }
div.DivClassName
{
background-color: #8A8B84;
}
.BgClassName
{
background-color: #8A8B84;
}
</style>
border-color css
<style>
span { border-color: #8A8B84; }
span { border-color: rgb(138,139,132); }
td.TdClassName
{
border-color: #8A8B84;
}
.TagClassName
{
border-color: #8A8B84;
}
</style>