Shades of Strikemaster #986A85
Tints of Strikemaster #986A85
RGB
CMYK
RGB Variations
Color information
#986A85 (or 0x986A85) is known color: Strikemaster. HEX triplet: 98, 6A and 85. RGB value is (152,106,133). Sum of RGB (Red+Green+Blue) = 152+106+133=391 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.87% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 152 - color contains mainly: red. Hex color #986A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986A85 is #67957A. Grayscale: #7A7A7A. Windows color (decimal): -6788475 or 8743576. OLE color: 8743576.
HSL color Cylindrical-coordinate representation of color #986A85: hue angle of 324.78º 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 #986A85 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 106 | 133 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.40 |
| HSL | 324.78º | 0.18% | 0.51% | - |
| HSV(B) | 324.78º | 0.3% | 0.6% | - |
| XYZ | 22.34 | 18.68 | 24.62 | - |
| YUV | 122.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 133 | 0 | 0.30 | 0.13 | 0.40 | 324.78 | 0.18 | 0.51 |
| Hex | 98 | 6A | 85 | 0 | 1E | D | 28 | 145 | 12 | 33 |
| Octal | 230 | 152 | 205 | 0 | 36 | 15 | 50 | 505 | 22 | 63 |
| Binary | 10011000 | 1101010 | 10000101 | 0 | 11110 | 1101 | 101000 | 101000101 | 10010 | 110011 |
Color Harmonies of #986A85
Complementary color
Monochromatic Colors of #986A85
Black with #986A85
Text Example
Text Example
White with #986A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986A85; }
p { color: rgb(152,106,133); }
H1.HeaderClassName
{
color: #986A85;
}
.AnyTagClassName
{
color: #986A85;
}
</style>
background-color css
<style>
a { background-color: #986A85; }
a { background-color: rgb(152,106,133); }
div.DivClassName
{
background-color: #986A85;
}
.BgClassName
{
background-color: #986A85;
}
</style>
border-color css
<style>
span { border-color: #986A85; }
span { border-color: rgb(152,106,133); }
td.TdClassName
{
border-color: #986A85;
}
.TagClassName
{
border-color: #986A85;
}
</style>