Shades of Strikemaster #986985
Tints of Strikemaster #986985
RGB
CMYK
RGB Variations
Color information
#986985 (or 0x986985) is known color: Strikemaster. HEX triplet: 98, 69 and 85. RGB value is (152,105,133). Sum of RGB (Red+Green+Blue) = 152+105+133=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #986985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986985 is #67967A. Grayscale: #7A7A7A. Windows color (decimal): -6788731 or 8743320. OLE color: 8743320.
HSL color Cylindrical-coordinate representation of color #986985: hue angle of 324.26º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #986985 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 133 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.40 |
| HSL | 324.26º | 0.19% | 0.5% | - |
| HSV(B) | 324.26º | 0.31% | 0.6% | - |
| XYZ | 22.23 | 18.47 | 24.58 | - |
| YUV | 122.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 133 | 0 | 0.31 | 0.13 | 0.40 | 324.26 | 0.19 | 0.5 |
| Hex | 98 | 69 | 85 | 0 | 1F | D | 28 | 144 | 13 | 32 |
| Octal | 230 | 151 | 205 | 0 | 37 | 15 | 50 | 504 | 23 | 62 |
| Binary | 10011000 | 1101001 | 10000101 | 0 | 11111 | 1101 | 101000 | 101000100 | 10011 | 110010 |
Color Harmonies of #986985
Complementary color
Monochromatic Colors of #986985
Black with #986985
Text Example
Text Example
White with #986985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986985; }
p { color: rgb(152,105,133); }
H1.HeaderClassName
{
color: #986985;
}
.AnyTagClassName
{
color: #986985;
}
</style>
background-color css
<style>
a { background-color: #986985; }
a { background-color: rgb(152,105,133); }
div.DivClassName
{
background-color: #986985;
}
.BgClassName
{
background-color: #986985;
}
</style>
border-color css
<style>
span { border-color: #986985; }
span { border-color: rgb(152,105,133); }
td.TdClassName
{
border-color: #986985;
}
.TagClassName
{
border-color: #986985;
}
</style>