Shades of Strikemaster #976484
Tints of Strikemaster #976484
RGB
CMYK
RGB Variations
Color information
#976484 (or 0x976484) is known color: Strikemaster. HEX triplet: 97, 64 and 84. RGB value is (151,100,132). Sum of RGB (Red+Green+Blue) = 151+100+132=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 151 - color contains mainly: red. Hex color #976484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976484 is #689B7B. Grayscale: #767676. Windows color (decimal): -6855548 or 8676503. OLE color: 8676503.
HSL color Cylindrical-coordinate representation of color #976484: hue angle of 322.35º 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 #976484 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 100 | 132 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.41 |
| HSL | 322.35º | 0.2% | 0.49% | - |
| HSV(B) | 322.35º | 0.34% | 0.59% | - |
| XYZ | 21.48 | 17.36 | 24.05 | - |
| YUV | 118.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 100 | 132 | 0 | 0.34 | 0.13 | 0.41 | 322.35 | 0.2 | 0.49 |
| Hex | 97 | 64 | 84 | 0 | 22 | D | 29 | 142 | 14 | 31 |
| Octal | 227 | 144 | 204 | 0 | 42 | 15 | 51 | 502 | 24 | 61 |
| Binary | 10010111 | 1100100 | 10000100 | 0 | 100010 | 1101 | 101001 | 101000010 | 10100 | 110001 |
Color Harmonies of #976484
Complementary color
Monochromatic Colors of #976484
Black with #976484
Text Example
Text Example
White with #976484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976484; }
p { color: rgb(151,100,132); }
H1.HeaderClassName
{
color: #976484;
}
.AnyTagClassName
{
color: #976484;
}
</style>
background-color css
<style>
a { background-color: #976484; }
a { background-color: rgb(151,100,132); }
div.DivClassName
{
background-color: #976484;
}
.BgClassName
{
background-color: #976484;
}
</style>
border-color css
<style>
span { border-color: #976484; }
span { border-color: rgb(151,100,132); }
td.TdClassName
{
border-color: #976484;
}
.TagClassName
{
border-color: #976484;
}
</style>