Shades of Strikemaster #986A7E
Tints of Strikemaster #986A7E
RGB
CMYK
RGB Variations
Color information
#986A7E (or 0x986A7E) is known color: Strikemaster. HEX triplet: 98, 6A and 7E. RGB value is (152,106,126). Sum of RGB (Red+Green+Blue) = 152+106+126=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #986A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986A7E is #679581. Grayscale: #7A7A7A. Windows color (decimal): -6788482 or 8284824. OLE color: 8284824.
HSL color Cylindrical-coordinate representation of color #986A7E: hue angle of 333.91º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #986A7E is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 106 | 126 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.40 |
| HSL | 333.91º | 0.18% | 0.51% | - |
| HSV(B) | 333.91º | 0.3% | 0.6% | - |
| XYZ | 21.87 | 18.49 | 22.15 | - |
| YUV | 122.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 126 | 0 | 0.30 | 0.17 | 0.40 | 333.91 | 0.18 | 0.51 |
| Hex | 98 | 6A | 7E | 0 | 1E | 11 | 28 | 14E | 12 | 33 |
| Octal | 230 | 152 | 176 | 0 | 36 | 21 | 50 | 516 | 22 | 63 |
| Binary | 10011000 | 1101010 | 1111110 | 0 | 11110 | 10001 | 101000 | 101001110 | 10010 | 110011 |
Color Harmonies of #986A7E
Complementary color
Monochromatic Colors of #986A7E
Black with #986A7E
Text Example
Text Example
White with #986A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986A7E; }
p { color: rgb(152,106,126); }
H1.HeaderClassName
{
color: #986A7E;
}
.AnyTagClassName
{
color: #986A7E;
}
</style>
background-color css
<style>
a { background-color: #986A7E; }
a { background-color: rgb(152,106,126); }
div.DivClassName
{
background-color: #986A7E;
}
.BgClassName
{
background-color: #986A7E;
}
</style>
border-color css
<style>
span { border-color: #986A7E; }
span { border-color: rgb(152,106,126); }
td.TdClassName
{
border-color: #986A7E;
}
.TagClassName
{
border-color: #986A7E;
}
</style>