Shades of Jumbo #8F9082
Tints of Jumbo #8F9082
RGB
CMYK
RGB Variations
Color information
#8F9082 (or 0x8F9082) is known color: Jumbo. HEX triplet: 8F, 90 and 82. RGB value is (143,144,130). Sum of RGB (Red+Green+Blue) = 143+144+130=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 144 - color contains mainly: green. Hex color #8F9082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9082 is #706F7D. Grayscale: #8E8E8E. Windows color (decimal): -7368574 or 8556687. OLE color: 8556687.
HSL color Cylindrical-coordinate representation of color #8F9082: hue angle of 64.29º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8F9082 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 144 | 130 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.44 |
| HSL | 64.29º | 0.06% | 0.54% | - |
| HSV(B) | 64.29º | 0.1% | 0.56% | - |
| XYZ | 25.33 | 27.4 | 25.07 | - |
| YUV | 142.11 | 121.17 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 144 | 130 | 0.01 | 0 | 0.10 | 0.44 | 64.29 | 0.06 | 0.54 |
| Hex | 8F | 90 | 82 | 1 | 0 | A | 2C | 40 | 6 | 36 |
| Octal | 217 | 220 | 202 | 1 | 0 | 12 | 54 | 100 | 6 | 66 |
| Binary | 10001111 | 10010000 | 10000010 | 1 | 0 | 1010 | 101100 | 1000000 | 110 | 110110 |
Color Harmonies of #8F9082
Complementary color
Monochromatic Colors of #8F9082
Black with #8F9082
Text Example
Text Example
White with #8F9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9082; }
p { color: rgb(143,144,130); }
H1.HeaderClassName
{
color: #8F9082;
}
.AnyTagClassName
{
color: #8F9082;
}
</style>
background-color css
<style>
a { background-color: #8F9082; }
a { background-color: rgb(143,144,130); }
div.DivClassName
{
background-color: #8F9082;
}
.BgClassName
{
background-color: #8F9082;
}
</style>
border-color css
<style>
span { border-color: #8F9082; }
span { border-color: rgb(143,144,130); }
td.TdClassName
{
border-color: #8F9082;
}
.TagClassName
{
border-color: #8F9082;
}
</style>