Shades of Strikemaster #987087
Tints of Strikemaster #987087
RGB
CMYK
RGB Variations
Color information
#987087 (or 0x987087) is known color: Strikemaster. HEX triplet: 98, 70 and 87. RGB value is (152,112,135). Sum of RGB (Red+Green+Blue) = 152+112+135=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #987087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987087 is #678F78. Grayscale: #7E7E7E. Windows color (decimal): -6786937 or 8876184. OLE color: 8876184.
HSL color Cylindrical-coordinate representation of color #987087: hue angle of 325.5º 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 #987087 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 135 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.40 |
| HSL | 325.5º | 0.16% | 0.52% | - |
| HSV(B) | 325.5º | 0.26% | 0.6% | - |
| XYZ | 23.12 | 20.01 | 25.57 | - |
| YUV | 126.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 135 | 0 | 0.26 | 0.11 | 0.40 | 325.5 | 0.16 | 0.52 |
| Hex | 98 | 70 | 87 | 0 | 1A | B | 28 | 146 | 10 | 34 |
| Octal | 230 | 160 | 207 | 0 | 32 | 13 | 50 | 506 | 20 | 64 |
| Binary | 10011000 | 1110000 | 10000111 | 0 | 11010 | 1011 | 101000 | 101000110 | 10000 | 110100 |
Color Harmonies of #987087
Complementary color
Monochromatic Colors of #987087
Black with #987087
Text Example
Text Example
White with #987087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987087; }
p { color: rgb(152,112,135); }
H1.HeaderClassName
{
color: #987087;
}
.AnyTagClassName
{
color: #987087;
}
</style>
background-color css
<style>
a { background-color: #987087; }
a { background-color: rgb(152,112,135); }
div.DivClassName
{
background-color: #987087;
}
.BgClassName
{
background-color: #987087;
}
</style>
border-color css
<style>
span { border-color: #987087; }
span { border-color: rgb(152,112,135); }
td.TdClassName
{
border-color: #987087;
}
.TagClassName
{
border-color: #987087;
}
</style>