Shades of Jumbo #8A8B85
Tints of Jumbo #8A8B85
RGB
CMYK
RGB Variations
Color information
#8A8B85 (or 0x8A8B85) is known color: Jumbo. HEX triplet: 8A, 8B and 85. RGB value is (138,139,133). Sum of RGB (Red+Green+Blue) = 138+139+133=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 139 - color contains mainly: green. Hex color #8A8B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8B85 is #75747A. Grayscale: #8A8A8A. Windows color (decimal): -7697531 or 8752010. OLE color: 8752010.
HSL color Cylindrical-coordinate representation of color #8A8B85: hue angle of 70º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8A8B85 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 138 | 139 | 133 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.45 |
| HSL | 70º | 0.03% | 0.53% | - |
| HSV(B) | 70º | 0.04% | 0.55% | - |
| XYZ | 23.95 | 25.56 | 25.86 | - |
| YUV | 138.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 139 | 133 | 0.01 | 0 | 0.04 | 0.45 | 70 | 0.03 | 0.53 |
| Hex | 8A | 8B | 85 | 1 | 0 | 4 | 2D | 46 | 3 | 35 |
| Octal | 212 | 213 | 205 | 1 | 0 | 4 | 55 | 106 | 3 | 65 |
| Binary | 10001010 | 10001011 | 10000101 | 1 | 0 | 100 | 101101 | 1000110 | 11 | 110101 |
Color Harmonies of #8A8B85
Complementary color
Monochromatic Colors of #8A8B85
Black with #8A8B85
Text Example
Text Example
White with #8A8B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8B85; }
p { color: rgb(138,139,133); }
H1.HeaderClassName
{
color: #8A8B85;
}
.AnyTagClassName
{
color: #8A8B85;
}
</style>
background-color css
<style>
a { background-color: #8A8B85; }
a { background-color: rgb(138,139,133); }
div.DivClassName
{
background-color: #8A8B85;
}
.BgClassName
{
background-color: #8A8B85;
}
</style>
border-color css
<style>
span { border-color: #8A8B85; }
span { border-color: rgb(138,139,133); }
td.TdClassName
{
border-color: #8A8B85;
}
.TagClassName
{
border-color: #8A8B85;
}
</style>