Shades of Strikemaster #986C87
Tints of Strikemaster #986C87
RGB
CMYK
RGB Variations
Color information
#986C87 (or 0x986C87) is known color: Strikemaster. HEX triplet: 98, 6C and 87. RGB value is (152,108,135). Sum of RGB (Red+Green+Blue) = 152+108+135=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #986C87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986C87 is #679378. Grayscale: #7C7C7C. Windows color (decimal): -6787961 or 8875160. OLE color: 8875160.
HSL color Cylindrical-coordinate representation of color #986C87: hue angle of 323.18º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #986C87 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 108 | 135 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.40 |
| HSL | 323.18º | 0.18% | 0.51% | - |
| HSV(B) | 323.18º | 0.29% | 0.6% | - |
| XYZ | 22.68 | 19.15 | 25.42 | - |
| YUV | 124.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 135 | 0 | 0.29 | 0.11 | 0.40 | 323.18 | 0.18 | 0.51 |
| Hex | 98 | 6C | 87 | 0 | 1D | B | 28 | 143 | 12 | 33 |
| Octal | 230 | 154 | 207 | 0 | 35 | 13 | 50 | 503 | 22 | 63 |
| Binary | 10011000 | 1101100 | 10000111 | 0 | 11101 | 1011 | 101000 | 101000011 | 10010 | 110011 |
Color Harmonies of #986C87
Complementary color
Monochromatic Colors of #986C87
Black with #986C87
Text Example
Text Example
White with #986C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986C87; }
p { color: rgb(152,108,135); }
H1.HeaderClassName
{
color: #986C87;
}
.AnyTagClassName
{
color: #986C87;
}
</style>
background-color css
<style>
a { background-color: #986C87; }
a { background-color: rgb(152,108,135); }
div.DivClassName
{
background-color: #986C87;
}
.BgClassName
{
background-color: #986C87;
}
</style>
border-color css
<style>
span { border-color: #986C87; }
span { border-color: rgb(152,108,135); }
td.TdClassName
{
border-color: #986C87;
}
.TagClassName
{
border-color: #986C87;
}
</style>