Shades of Strikemaster #986A7B
Tints of Strikemaster #986A7B
RGB
CMYK
RGB Variations
Color information
#986A7B (or 0x986A7B) is known color: Strikemaster. HEX triplet: 98, 6A and 7B. RGB value is (152,106,123). Sum of RGB (Red+Green+Blue) = 152+106+123=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #986A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986A7B is #679584. Grayscale: #797979. Windows color (decimal): -6788485 or 8088216. OLE color: 8088216.
HSL color Cylindrical-coordinate representation of color #986A7B: hue angle of 337.83º 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 #986A7B is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 106 | 123 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.40 |
| HSL | 337.83º | 0.18% | 0.51% | - |
| HSV(B) | 337.83º | 0.3% | 0.6% | - |
| XYZ | 21.68 | 18.41 | 21.15 | - |
| YUV | 121.69 | 128.74 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 123 | 0 | 0.30 | 0.19 | 0.40 | 337.83 | 0.18 | 0.51 |
| Hex | 98 | 6A | 7B | 0 | 1E | 13 | 28 | 152 | 12 | 33 |
| Octal | 230 | 152 | 173 | 0 | 36 | 23 | 50 | 522 | 22 | 63 |
| Binary | 10011000 | 1101010 | 1111011 | 0 | 11110 | 10011 | 101000 | 101010010 | 10010 | 110011 |
Color Harmonies of #986A7B
Complementary color
Monochromatic Colors of #986A7B
Black with #986A7B
Text Example
Text Example
White with #986A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986A7B; }
p { color: rgb(152,106,123); }
H1.HeaderClassName
{
color: #986A7B;
}
.AnyTagClassName
{
color: #986A7B;
}
</style>
background-color css
<style>
a { background-color: #986A7B; }
a { background-color: rgb(152,106,123); }
div.DivClassName
{
background-color: #986A7B;
}
.BgClassName
{
background-color: #986A7B;
}
</style>
border-color css
<style>
span { border-color: #986A7B; }
span { border-color: rgb(152,106,123); }
td.TdClassName
{
border-color: #986A7B;
}
.TagClassName
{
border-color: #986A7B;
}
</style>