Shades of Strikemaster #986489
Tints of Strikemaster #986489
RGB
CMYK
RGB Variations
Color information
#986489 (or 0x986489) is known color: Strikemaster. HEX triplet: 98, 64 and 89. RGB value is (152,100,137). Sum of RGB (Red+Green+Blue) = 152+100+137=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #986489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986489 is #679B76. Grayscale: #777777. Windows color (decimal): -6790007 or 9004184. OLE color: 9004184.
HSL color Cylindrical-coordinate representation of color #986489: hue angle of 317.31º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986489 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 137 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.40 |
| HSL | 317.31º | 0.21% | 0.49% | - |
| HSV(B) | 317.31º | 0.34% | 0.6% | - |
| XYZ | 22.02 | 17.6 | 25.9 | - |
| YUV | 119.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 137 | 0 | 0.34 | 0.10 | 0.40 | 317.31 | 0.21 | 0.49 |
| Hex | 98 | 64 | 89 | 0 | 22 | A | 28 | 13D | 15 | 31 |
| Octal | 230 | 144 | 211 | 0 | 42 | 12 | 50 | 475 | 25 | 61 |
| Binary | 10011000 | 1100100 | 10001001 | 0 | 100010 | 1010 | 101000 | 100111101 | 10101 | 110001 |
Color Harmonies of #986489
Complementary color
Monochromatic Colors of #986489
Black with #986489
Text Example
Text Example
White with #986489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986489; }
p { color: rgb(152,100,137); }
H1.HeaderClassName
{
color: #986489;
}
.AnyTagClassName
{
color: #986489;
}
</style>
background-color css
<style>
a { background-color: #986489; }
a { background-color: rgb(152,100,137); }
div.DivClassName
{
background-color: #986489;
}
.BgClassName
{
background-color: #986489;
}
</style>
border-color css
<style>
span { border-color: #986489; }
span { border-color: rgb(152,100,137); }
td.TdClassName
{
border-color: #986489;
}
.TagClassName
{
border-color: #986489;
}
</style>