Shades of Strikemaster #987484
Tints of Strikemaster #987484
RGB
CMYK
RGB Variations
Color information
#987484 (or 0x987484) is known color: Strikemaster. HEX triplet: 98, 74 and 84. RGB value is (152,116,132). Sum of RGB (Red+Green+Blue) = 152+116+132=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #987484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987484 is #678B7B. Grayscale: #808080. Windows color (decimal): -6785916 or 8680600. OLE color: 8680600.
HSL color Cylindrical-coordinate representation of color #987484: hue angle of 333.33º 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 #987484 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 132 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.40 |
| HSL | 333.33º | 0.15% | 0.53% | - |
| HSV(B) | 333.33º | 0.24% | 0.6% | - |
| XYZ | 23.36 | 20.83 | 24.62 | - |
| YUV | 128.59 | 129.93 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 132 | 0 | 0.24 | 0.13 | 0.40 | 333.33 | 0.15 | 0.53 |
| Hex | 98 | 74 | 84 | 0 | 18 | D | 28 | 14D | F | 35 |
| Octal | 230 | 164 | 204 | 0 | 30 | 15 | 50 | 515 | 17 | 65 |
| Binary | 10011000 | 1110100 | 10000100 | 0 | 11000 | 1101 | 101000 | 101001101 | 1111 | 110101 |
Color Harmonies of #987484
Complementary color
Monochromatic Colors of #987484
Black with #987484
Text Example
Text Example
White with #987484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987484; }
p { color: rgb(152,116,132); }
H1.HeaderClassName
{
color: #987484;
}
.AnyTagClassName
{
color: #987484;
}
</style>
background-color css
<style>
a { background-color: #987484; }
a { background-color: rgb(152,116,132); }
div.DivClassName
{
background-color: #987484;
}
.BgClassName
{
background-color: #987484;
}
</style>
border-color css
<style>
span { border-color: #987484; }
span { border-color: rgb(152,116,132); }
td.TdClassName
{
border-color: #987484;
}
.TagClassName
{
border-color: #987484;
}
</style>