Shades of Strikemaster #987084
Tints of Strikemaster #987084
RGB
CMYK
RGB Variations
Color information
#987084 (or 0x987084) is known color: Strikemaster. HEX triplet: 98, 70 and 84. RGB value is (152,112,132). Sum of RGB (Red+Green+Blue) = 152+112+132=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #987084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987084 is #678F7B. Grayscale: #7E7E7E. Windows color (decimal): -6786940 or 8679576. OLE color: 8679576.
HSL color Cylindrical-coordinate representation of color #987084: hue angle of 330º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987084 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 132 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.40 |
| HSL | 330º | 0.16% | 0.52% | - |
| HSV(B) | 330º | 0.26% | 0.6% | - |
| XYZ | 22.91 | 19.93 | 24.47 | - |
| YUV | 126.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 132 | 0 | 0.26 | 0.13 | 0.40 | 330 | 0.16 | 0.52 |
| Hex | 98 | 70 | 84 | 0 | 1A | D | 28 | 14A | 10 | 34 |
| Octal | 230 | 160 | 204 | 0 | 32 | 15 | 50 | 512 | 20 | 64 |
| Binary | 10011000 | 1110000 | 10000100 | 0 | 11010 | 1101 | 101000 | 101001010 | 10000 | 110100 |
Color Harmonies of #987084
Complementary color
Monochromatic Colors of #987084
Black with #987084
Text Example
Text Example
White with #987084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987084; }
p { color: rgb(152,112,132); }
H1.HeaderClassName
{
color: #987084;
}
.AnyTagClassName
{
color: #987084;
}
</style>
background-color css
<style>
a { background-color: #987084; }
a { background-color: rgb(152,112,132); }
div.DivClassName
{
background-color: #987084;
}
.BgClassName
{
background-color: #987084;
}
</style>
border-color css
<style>
span { border-color: #987084; }
span { border-color: rgb(152,112,132); }
td.TdClassName
{
border-color: #987084;
}
.TagClassName
{
border-color: #987084;
}
</style>