Shades of Strikemaster #976482
Tints of Strikemaster #976482
RGB
CMYK
RGB Variations
Color information
#976482 (or 0x976482) is known color: Strikemaster. HEX triplet: 97, 64 and 82. RGB value is (151,100,130). Sum of RGB (Red+Green+Blue) = 151+100+130=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 151 - color contains mainly: red. Hex color #976482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976482 is #689B7D. Grayscale: #767676. Windows color (decimal): -6855550 or 8545431. OLE color: 8545431.
HSL color Cylindrical-coordinate representation of color #976482: hue angle of 324.71º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #976482 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 100 | 130 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.41 |
| HSL | 324.71º | 0.2% | 0.49% | - |
| HSV(B) | 324.71º | 0.34% | 0.59% | - |
| XYZ | 21.35 | 17.31 | 23.33 | - |
| YUV | 118.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 100 | 130 | 0 | 0.34 | 0.14 | 0.41 | 324.71 | 0.2 | 0.49 |
| Hex | 97 | 64 | 82 | 0 | 22 | E | 29 | 145 | 14 | 31 |
| Octal | 227 | 144 | 202 | 0 | 42 | 16 | 51 | 505 | 24 | 61 |
| Binary | 10010111 | 1100100 | 10000010 | 0 | 100010 | 1110 | 101001 | 101000101 | 10100 | 110001 |
Color Harmonies of #976482
Complementary color
Monochromatic Colors of #976482
Black with #976482
Text Example
Text Example
White with #976482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976482; }
p { color: rgb(151,100,130); }
H1.HeaderClassName
{
color: #976482;
}
.AnyTagClassName
{
color: #976482;
}
</style>
background-color css
<style>
a { background-color: #976482; }
a { background-color: rgb(151,100,130); }
div.DivClassName
{
background-color: #976482;
}
.BgClassName
{
background-color: #976482;
}
</style>
border-color css
<style>
span { border-color: #976482; }
span { border-color: rgb(151,100,130); }
td.TdClassName
{
border-color: #976482;
}
.TagClassName
{
border-color: #976482;
}
</style>