Shades of Strikemaster #987283
Tints of Strikemaster #987283
RGB
CMYK
RGB Variations
Color information
#987283 (or 0x987283) is known color: Strikemaster. HEX triplet: 98, 72 and 83. RGB value is (152,114,131). Sum of RGB (Red+Green+Blue) = 152+114+131=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #987283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987283 is #678D7C. Grayscale: #7F7F7F. Windows color (decimal): -6786429 or 8614552. OLE color: 8614552.
HSL color Cylindrical-coordinate representation of color #987283: hue angle of 333.16º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #987283 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 114 | 131 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.40 |
| HSL | 333.16º | 0.16% | 0.52% | - |
| HSV(B) | 333.16º | 0.25% | 0.6% | - |
| XYZ | 23.06 | 20.35 | 24.18 | - |
| YUV | 127.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 131 | 0 | 0.25 | 0.14 | 0.40 | 333.16 | 0.16 | 0.52 |
| Hex | 98 | 72 | 83 | 0 | 19 | E | 28 | 14D | 10 | 34 |
| Octal | 230 | 162 | 203 | 0 | 31 | 16 | 50 | 515 | 20 | 64 |
| Binary | 10011000 | 1110010 | 10000011 | 0 | 11001 | 1110 | 101000 | 101001101 | 10000 | 110100 |
Color Harmonies of #987283
Complementary color
Monochromatic Colors of #987283
Black with #987283
Text Example
Text Example
White with #987283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987283; }
p { color: rgb(152,114,131); }
H1.HeaderClassName
{
color: #987283;
}
.AnyTagClassName
{
color: #987283;
}
</style>
background-color css
<style>
a { background-color: #987283; }
a { background-color: rgb(152,114,131); }
div.DivClassName
{
background-color: #987283;
}
.BgClassName
{
background-color: #987283;
}
</style>
border-color css
<style>
span { border-color: #987283; }
span { border-color: rgb(152,114,131); }
td.TdClassName
{
border-color: #987283;
}
.TagClassName
{
border-color: #987283;
}
</style>