Shades of Strikemaster #986D88
Tints of Strikemaster #986D88
RGB
CMYK
RGB Variations
Color information
#986D88 (or 0x986D88) is known color: Strikemaster. HEX triplet: 98, 6D and 88. RGB value is (152,109,136). Sum of RGB (Red+Green+Blue) = 152+109+136=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #986D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986D88 is #679277. Grayscale: #7C7C7C. Windows color (decimal): -6787704 or 8940952. OLE color: 8940952.
HSL color Cylindrical-coordinate representation of color #986D88: hue angle of 322.33º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #986D88 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 136 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.40 |
| HSL | 322.33º | 0.17% | 0.51% | - |
| HSV(B) | 322.33º | 0.28% | 0.6% | - |
| XYZ | 22.86 | 19.39 | 25.83 | - |
| YUV | 124.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 136 | 0 | 0.28 | 0.11 | 0.40 | 322.33 | 0.17 | 0.51 |
| Hex | 98 | 6D | 88 | 0 | 1C | B | 28 | 142 | 11 | 33 |
| Octal | 230 | 155 | 210 | 0 | 34 | 13 | 50 | 502 | 21 | 63 |
| Binary | 10011000 | 1101101 | 10001000 | 0 | 11100 | 1011 | 101000 | 101000010 | 10001 | 110011 |
Color Harmonies of #986D88
Complementary color
Monochromatic Colors of #986D88
Black with #986D88
Text Example
Text Example
White with #986D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D88; }
p { color: rgb(152,109,136); }
H1.HeaderClassName
{
color: #986D88;
}
.AnyTagClassName
{
color: #986D88;
}
</style>
background-color css
<style>
a { background-color: #986D88; }
a { background-color: rgb(152,109,136); }
div.DivClassName
{
background-color: #986D88;
}
.BgClassName
{
background-color: #986D88;
}
</style>
border-color css
<style>
span { border-color: #986D88; }
span { border-color: rgb(152,109,136); }
td.TdClassName
{
border-color: #986D88;
}
.TagClassName
{
border-color: #986D88;
}
</style>