Shades of Strikemaster #986982
Tints of Strikemaster #986982
RGB
CMYK
RGB Variations
Color information
#986982 (or 0x986982) is known color: Strikemaster. HEX triplet: 98, 69 and 82. RGB value is (152,105,130). Sum of RGB (Red+Green+Blue) = 152+105+130=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #986982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986982 is #67967D. Grayscale: #797979. Windows color (decimal): -6788734 or 8546712. OLE color: 8546712.
HSL color Cylindrical-coordinate representation of color #986982: hue angle of 328.09º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #986982 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 130 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.40 |
| HSL | 328.09º | 0.19% | 0.5% | - |
| HSV(B) | 328.09º | 0.31% | 0.6% | - |
| XYZ | 22.03 | 18.39 | 23.51 | - |
| YUV | 121.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 130 | 0 | 0.31 | 0.14 | 0.40 | 328.09 | 0.19 | 0.5 |
| Hex | 98 | 69 | 82 | 0 | 1F | E | 28 | 148 | 13 | 32 |
| Octal | 230 | 151 | 202 | 0 | 37 | 16 | 50 | 510 | 23 | 62 |
| Binary | 10011000 | 1101001 | 10000010 | 0 | 11111 | 1110 | 101000 | 101001000 | 10011 | 110010 |
Color Harmonies of #986982
Complementary color
Monochromatic Colors of #986982
Black with #986982
Text Example
Text Example
White with #986982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986982; }
p { color: rgb(152,105,130); }
H1.HeaderClassName
{
color: #986982;
}
.AnyTagClassName
{
color: #986982;
}
</style>
background-color css
<style>
a { background-color: #986982; }
a { background-color: rgb(152,105,130); }
div.DivClassName
{
background-color: #986982;
}
.BgClassName
{
background-color: #986982;
}
</style>
border-color css
<style>
span { border-color: #986982; }
span { border-color: rgb(152,105,130); }
td.TdClassName
{
border-color: #986982;
}
.TagClassName
{
border-color: #986982;
}
</style>