Shades of Strikemaster #986D84
Tints of Strikemaster #986D84
RGB
CMYK
RGB Variations
Color information
#986D84 (or 0x986D84) is known color: Strikemaster. HEX triplet: 98, 6D and 84. RGB value is (152,109,132). Sum of RGB (Red+Green+Blue) = 152+109+132=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #986D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986D84 is #67927B. Grayscale: #7C7C7C. Windows color (decimal): -6787708 or 8678808. OLE color: 8678808.
HSL color Cylindrical-coordinate representation of color #986D84: hue angle of 327.91º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #986D84 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 132 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.40 |
| HSL | 327.91º | 0.17% | 0.51% | - |
| HSV(B) | 327.91º | 0.28% | 0.6% | - |
| XYZ | 22.58 | 19.28 | 24.36 | - |
| YUV | 124.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 132 | 0 | 0.28 | 0.13 | 0.40 | 327.91 | 0.17 | 0.51 |
| Hex | 98 | 6D | 84 | 0 | 1C | D | 28 | 148 | 11 | 33 |
| Octal | 230 | 155 | 204 | 0 | 34 | 15 | 50 | 510 | 21 | 63 |
| Binary | 10011000 | 1101101 | 10000100 | 0 | 11100 | 1101 | 101000 | 101001000 | 10001 | 110011 |
Color Harmonies of #986D84
Complementary color
Monochromatic Colors of #986D84
Black with #986D84
Text Example
Text Example
White with #986D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D84; }
p { color: rgb(152,109,132); }
H1.HeaderClassName
{
color: #986D84;
}
.AnyTagClassName
{
color: #986D84;
}
</style>
background-color css
<style>
a { background-color: #986D84; }
a { background-color: rgb(152,109,132); }
div.DivClassName
{
background-color: #986D84;
}
.BgClassName
{
background-color: #986D84;
}
</style>
border-color css
<style>
span { border-color: #986D84; }
span { border-color: rgb(152,109,132); }
td.TdClassName
{
border-color: #986D84;
}
.TagClassName
{
border-color: #986D84;
}
</style>