Shades of Strikemaster #986485
Tints of Strikemaster #986485
RGB
CMYK
RGB Variations
Color information
#986485 (or 0x986485) is known color: Strikemaster. HEX triplet: 98, 64 and 85. RGB value is (152,100,133). Sum of RGB (Red+Green+Blue) = 152+100+133=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #986485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986485 is #679B7A. Grayscale: #777777. Windows color (decimal): -6790011 or 8742040. OLE color: 8742040.
HSL color Cylindrical-coordinate representation of color #986485: hue angle of 321.92º 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 #986485 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 133 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.40 |
| HSL | 321.92º | 0.21% | 0.49% | - |
| HSV(B) | 321.92º | 0.34% | 0.6% | - |
| XYZ | 21.74 | 17.48 | 24.42 | - |
| YUV | 119.31 | 135.73 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 133 | 0 | 0.34 | 0.13 | 0.40 | 321.92 | 0.21 | 0.49 |
| Hex | 98 | 64 | 85 | 0 | 22 | D | 28 | 142 | 15 | 31 |
| Octal | 230 | 144 | 205 | 0 | 42 | 15 | 50 | 502 | 25 | 61 |
| Binary | 10011000 | 1100100 | 10000101 | 0 | 100010 | 1101 | 101000 | 101000010 | 10101 | 110001 |
Color Harmonies of #986485
Complementary color
Monochromatic Colors of #986485
Black with #986485
Text Example
Text Example
White with #986485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986485; }
p { color: rgb(152,100,133); }
H1.HeaderClassName
{
color: #986485;
}
.AnyTagClassName
{
color: #986485;
}
</style>
background-color css
<style>
a { background-color: #986485; }
a { background-color: rgb(152,100,133); }
div.DivClassName
{
background-color: #986485;
}
.BgClassName
{
background-color: #986485;
}
</style>
border-color css
<style>
span { border-color: #986485; }
span { border-color: rgb(152,100,133); }
td.TdClassName
{
border-color: #986485;
}
.TagClassName
{
border-color: #986485;
}
</style>