Shades of Strikemaster #987382
Tints of Strikemaster #987382
RGB
CMYK
RGB Variations
Color information
#987382 (or 0x987382) is known color: Strikemaster. HEX triplet: 98, 73 and 82. RGB value is (152,115,130). Sum of RGB (Red+Green+Blue) = 152+115+130=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #987382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987382 is #678C7D. Grayscale: #7F7F7F. Windows color (decimal): -6786174 or 8549272. OLE color: 8549272.
HSL color Cylindrical-coordinate representation of color #987382: hue angle of 335.68º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #987382 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 130 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.40 |
| HSL | 335.68º | 0.15% | 0.52% | - |
| HSV(B) | 335.68º | 0.24% | 0.6% | - |
| XYZ | 23.11 | 20.55 | 23.87 | - |
| YUV | 127.77 | 129.26 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 130 | 0 | 0.24 | 0.14 | 0.40 | 335.68 | 0.15 | 0.52 |
| Hex | 98 | 73 | 82 | 0 | 18 | E | 28 | 150 | F | 34 |
| Octal | 230 | 163 | 202 | 0 | 30 | 16 | 50 | 520 | 17 | 64 |
| Binary | 10011000 | 1110011 | 10000010 | 0 | 11000 | 1110 | 101000 | 101010000 | 1111 | 110100 |
Color Harmonies of #987382
Complementary color
Monochromatic Colors of #987382
Black with #987382
Text Example
Text Example
White with #987382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987382; }
p { color: rgb(152,115,130); }
H1.HeaderClassName
{
color: #987382;
}
.AnyTagClassName
{
color: #987382;
}
</style>
background-color css
<style>
a { background-color: #987382; }
a { background-color: rgb(152,115,130); }
div.DivClassName
{
background-color: #987382;
}
.BgClassName
{
background-color: #987382;
}
</style>
border-color css
<style>
span { border-color: #987382; }
span { border-color: rgb(152,115,130); }
td.TdClassName
{
border-color: #987382;
}
.TagClassName
{
border-color: #987382;
}
</style>