Shades of Strikemaster #987486
Tints of Strikemaster #987486
RGB
CMYK
RGB Variations
Color information
#987486 (or 0x987486) is known color: Strikemaster. HEX triplet: 98, 74 and 86. RGB value is (152,116,134). Sum of RGB (Red+Green+Blue) = 152+116+134=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #987486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987486 is #678B79. Grayscale: #808080. Windows color (decimal): -6785914 or 8811672. OLE color: 8811672.
HSL color Cylindrical-coordinate representation of color #987486: hue angle of 330º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #987486 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 134 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.40 |
| HSL | 330º | 0.15% | 0.53% | - |
| HSV(B) | 330º | 0.24% | 0.6% | - |
| XYZ | 23.5 | 20.89 | 25.35 | - |
| YUV | 128.82 | 130.93 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 134 | 0 | 0.24 | 0.12 | 0.40 | 330 | 0.15 | 0.53 |
| Hex | 98 | 74 | 86 | 0 | 18 | C | 28 | 14A | F | 35 |
| Octal | 230 | 164 | 206 | 0 | 30 | 14 | 50 | 512 | 17 | 65 |
| Binary | 10011000 | 1110100 | 10000110 | 0 | 11000 | 1100 | 101000 | 101001010 | 1111 | 110101 |
Color Harmonies of #987486
Complementary color
Monochromatic Colors of #987486
Black with #987486
Text Example
Text Example
White with #987486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987486; }
p { color: rgb(152,116,134); }
H1.HeaderClassName
{
color: #987486;
}
.AnyTagClassName
{
color: #987486;
}
</style>
background-color css
<style>
a { background-color: #987486; }
a { background-color: rgb(152,116,134); }
div.DivClassName
{
background-color: #987486;
}
.BgClassName
{
background-color: #987486;
}
</style>
border-color css
<style>
span { border-color: #987486; }
span { border-color: rgb(152,116,134); }
td.TdClassName
{
border-color: #987486;
}
.TagClassName
{
border-color: #987486;
}
</style>