Shades of Strikemaster #987187
Tints of Strikemaster #987187
RGB
CMYK
RGB Variations
Color information
#987187 (or 0x987187) is known color: Strikemaster. HEX triplet: 98, 71 and 87. RGB value is (152,113,135). Sum of RGB (Red+Green+Blue) = 152+113+135=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 135 (53.12% from 255 or 33.75% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #987187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987187 is #678E78. Grayscale: #7F7F7F. Windows color (decimal): -6786681 or 8876440. OLE color: 8876440.
HSL color Cylindrical-coordinate representation of color #987187: hue angle of 326.15º 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 #987187 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 135 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.40 |
| HSL | 326.15º | 0.16% | 0.52% | - |
| HSV(B) | 326.15º | 0.26% | 0.6% | - |
| XYZ | 23.23 | 20.23 | 25.6 | - |
| YUV | 127.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 135 | 0 | 0.26 | 0.11 | 0.40 | 326.15 | 0.16 | 0.52 |
| Hex | 98 | 71 | 87 | 0 | 1A | B | 28 | 146 | 10 | 34 |
| Octal | 230 | 161 | 207 | 0 | 32 | 13 | 50 | 506 | 20 | 64 |
| Binary | 10011000 | 1110001 | 10000111 | 0 | 11010 | 1011 | 101000 | 101000110 | 10000 | 110100 |
Color Harmonies of #987187
Complementary color
Monochromatic Colors of #987187
Black with #987187
Text Example
Text Example
White with #987187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987187; }
p { color: rgb(152,113,135); }
H1.HeaderClassName
{
color: #987187;
}
.AnyTagClassName
{
color: #987187;
}
</style>
background-color css
<style>
a { background-color: #987187; }
a { background-color: rgb(152,113,135); }
div.DivClassName
{
background-color: #987187;
}
.BgClassName
{
background-color: #987187;
}
</style>
border-color css
<style>
span { border-color: #987187; }
span { border-color: rgb(152,113,135); }
td.TdClassName
{
border-color: #987187;
}
.TagClassName
{
border-color: #987187;
}
</style>