Shades of Strikemaster #986B7D
Tints of Strikemaster #986B7D
RGB
CMYK
RGB Variations
Color information
#986B7D (or 0x986B7D) is known color: Strikemaster. HEX triplet: 98, 6B and 7D. RGB value is (152,107,125). Sum of RGB (Red+Green+Blue) = 152+107+125=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #986B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986B7D is #679482. Grayscale: #7A7A7A. Windows color (decimal): -6788227 or 8219544. OLE color: 8219544.
HSL color Cylindrical-coordinate representation of color #986B7D: hue angle of 336º 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 #986B7D is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 107 | 125 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.40 |
| HSL | 336º | 0.18% | 0.51% | - |
| HSV(B) | 336º | 0.3% | 0.6% | - |
| XYZ | 21.91 | 18.67 | 21.85 | - |
| YUV | 122.51 | 129.41 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 107 | 125 | 0 | 0.30 | 0.18 | 0.40 | 336 | 0.18 | 0.51 |
| Hex | 98 | 6B | 7D | 0 | 1E | 12 | 28 | 150 | 12 | 33 |
| Octal | 230 | 153 | 175 | 0 | 36 | 22 | 50 | 520 | 22 | 63 |
| Binary | 10011000 | 1101011 | 1111101 | 0 | 11110 | 10010 | 101000 | 101010000 | 10010 | 110011 |
Color Harmonies of #986B7D
Complementary color
Monochromatic Colors of #986B7D
Black with #986B7D
Text Example
Text Example
White with #986B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986B7D; }
p { color: rgb(152,107,125); }
H1.HeaderClassName
{
color: #986B7D;
}
.AnyTagClassName
{
color: #986B7D;
}
</style>
background-color css
<style>
a { background-color: #986B7D; }
a { background-color: rgb(152,107,125); }
div.DivClassName
{
background-color: #986B7D;
}
.BgClassName
{
background-color: #986B7D;
}
</style>
border-color css
<style>
span { border-color: #986B7D; }
span { border-color: rgb(152,107,125); }
td.TdClassName
{
border-color: #986B7D;
}
.TagClassName
{
border-color: #986B7D;
}
</style>