Shades of Strikemaster #986B7C
Tints of Strikemaster #986B7C
RGB
CMYK
RGB Variations
Color information
#986B7C (or 0x986B7C) is known color: Strikemaster. HEX triplet: 98, 6B and 7C. RGB value is (152,107,124). Sum of RGB (Red+Green+Blue) = 152+107+124=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #986B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986B7C is #679483. Grayscale: #7A7A7A. Windows color (decimal): -6788228 or 8154008. OLE color: 8154008.
HSL color Cylindrical-coordinate representation of color #986B7C: hue angle of 337.33º 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 #986B7C is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 107 | 124 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.40 |
| HSL | 337.33º | 0.18% | 0.51% | - |
| HSV(B) | 337.33º | 0.3% | 0.6% | - |
| XYZ | 21.84 | 18.65 | 21.52 | - |
| YUV | 122.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 107 | 124 | 0 | 0.30 | 0.18 | 0.40 | 337.33 | 0.18 | 0.51 |
| Hex | 98 | 6B | 7C | 0 | 1E | 12 | 28 | 151 | 12 | 33 |
| Octal | 230 | 153 | 174 | 0 | 36 | 22 | 50 | 521 | 22 | 63 |
| Binary | 10011000 | 1101011 | 1111100 | 0 | 11110 | 10010 | 101000 | 101010001 | 10010 | 110011 |
Color Harmonies of #986B7C
Complementary color
Monochromatic Colors of #986B7C
Black with #986B7C
Text Example
Text Example
White with #986B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986B7C; }
p { color: rgb(152,107,124); }
H1.HeaderClassName
{
color: #986B7C;
}
.AnyTagClassName
{
color: #986B7C;
}
</style>
background-color css
<style>
a { background-color: #986B7C; }
a { background-color: rgb(152,107,124); }
div.DivClassName
{
background-color: #986B7C;
}
.BgClassName
{
background-color: #986B7C;
}
</style>
border-color css
<style>
span { border-color: #986B7C; }
span { border-color: rgb(152,107,124); }
td.TdClassName
{
border-color: #986B7C;
}
.TagClassName
{
border-color: #986B7C;
}
</style>