Shades of Strikemaster #997486
Tints of Strikemaster #997486
RGB
CMYK
RGB Variations
Color information
#997486 (or 0x997486) is known color: Strikemaster. HEX triplet: 99, 74 and 86. RGB value is (153,116,134). Sum of RGB (Red+Green+Blue) = 153+116+134=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #997486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997486 is #668B79. Grayscale: #818181. Windows color (decimal): -6720378 or 8811673. OLE color: 8811673.
HSL color Cylindrical-coordinate representation of color #997486: hue angle of 330.81º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997486 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 134 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.4 |
| HSL | 330.81º | 0.15% | 0.53% | - |
| HSV(B) | 330.81º | 0.24% | 0.6% | - |
| XYZ | 23.69 | 20.98 | 25.36 | - |
| YUV | 129.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 134 | 0 | 0.24 | 0.12 | 0.4 | 330.81 | 0.15 | 0.53 |
| Hex | 99 | 74 | 86 | 0 | 18 | C | 28 | 14B | F | 35 |
| Octal | 231 | 164 | 206 | 0 | 30 | 14 | 50 | 513 | 17 | 65 |
| Binary | 10011001 | 1110100 | 10000110 | 0 | 11000 | 1100 | 101000 | 101001011 | 1111 | 110101 |
Color Harmonies of #997486
Complementary color
Monochromatic Colors of #997486
Black with #997486
Text Example
Text Example
White with #997486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997486; }
p { color: rgb(153,116,134); }
H1.HeaderClassName
{
color: #997486;
}
.AnyTagClassName
{
color: #997486;
}
</style>
background-color css
<style>
a { background-color: #997486; }
a { background-color: rgb(153,116,134); }
div.DivClassName
{
background-color: #997486;
}
.BgClassName
{
background-color: #997486;
}
</style>
border-color css
<style>
span { border-color: #997486; }
span { border-color: rgb(153,116,134); }
td.TdClassName
{
border-color: #997486;
}
.TagClassName
{
border-color: #997486;
}
</style>