Shades of Strikemaster #987088
Tints of Strikemaster #987088
RGB
CMYK
RGB Variations
Color information
#987088 (or 0x987088) is known color: Strikemaster. HEX triplet: 98, 70 and 88. RGB value is (152,112,136). Sum of RGB (Red+Green+Blue) = 152+112+136=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #987088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987088 is #678F77. Grayscale: #7E7E7E. Windows color (decimal): -6786936 or 8941720. OLE color: 8941720.
HSL color Cylindrical-coordinate representation of color #987088: hue angle of 324º 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 #987088 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 136 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.40 |
| HSL | 324º | 0.16% | 0.52% | - |
| HSV(B) | 324º | 0.26% | 0.6% | - |
| XYZ | 23.19 | 20.04 | 25.94 | - |
| YUV | 126.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 136 | 0 | 0.26 | 0.11 | 0.40 | 324 | 0.16 | 0.52 |
| Hex | 98 | 70 | 88 | 0 | 1A | B | 28 | 144 | 10 | 34 |
| Octal | 230 | 160 | 210 | 0 | 32 | 13 | 50 | 504 | 20 | 64 |
| Binary | 10011000 | 1110000 | 10001000 | 0 | 11010 | 1011 | 101000 | 101000100 | 10000 | 110100 |
Color Harmonies of #987088
Complementary color
Monochromatic Colors of #987088
Black with #987088
Text Example
Text Example
White with #987088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987088; }
p { color: rgb(152,112,136); }
H1.HeaderClassName
{
color: #987088;
}
.AnyTagClassName
{
color: #987088;
}
</style>
background-color css
<style>
a { background-color: #987088; }
a { background-color: rgb(152,112,136); }
div.DivClassName
{
background-color: #987088;
}
.BgClassName
{
background-color: #987088;
}
</style>
border-color css
<style>
span { border-color: #987088; }
span { border-color: rgb(152,112,136); }
td.TdClassName
{
border-color: #987088;
}
.TagClassName
{
border-color: #987088;
}
</style>