Shades of Strikemaster #976884
Tints of Strikemaster #976884
RGB
CMYK
RGB Variations
Color information
#976884 (or 0x976884) is known color: Strikemaster. HEX triplet: 97, 68 and 84. RGB value is (151,104,132). Sum of RGB (Red+Green+Blue) = 151+104+132=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 151 - color contains mainly: red. Hex color #976884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976884 is #68977B. Grayscale: #797979. Windows color (decimal): -6854524 or 8677527. OLE color: 8677527.
HSL color Cylindrical-coordinate representation of color #976884: hue angle of 324.26º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #976884 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 104 | 132 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.41 |
| HSL | 324.26º | 0.18% | 0.5% | - |
| HSV(B) | 324.26º | 0.31% | 0.59% | - |
| XYZ | 21.88 | 18.15 | 24.18 | - |
| YUV | 121.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 104 | 132 | 0 | 0.31 | 0.13 | 0.41 | 324.26 | 0.18 | 0.5 |
| Hex | 97 | 68 | 84 | 0 | 1F | D | 29 | 144 | 12 | 32 |
| Octal | 227 | 150 | 204 | 0 | 37 | 15 | 51 | 504 | 22 | 62 |
| Binary | 10010111 | 1101000 | 10000100 | 0 | 11111 | 1101 | 101001 | 101000100 | 10010 | 110010 |
Color Harmonies of #976884
Complementary color
Monochromatic Colors of #976884
Black with #976884
Text Example
Text Example
White with #976884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976884; }
p { color: rgb(151,104,132); }
H1.HeaderClassName
{
color: #976884;
}
.AnyTagClassName
{
color: #976884;
}
</style>
background-color css
<style>
a { background-color: #976884; }
a { background-color: rgb(151,104,132); }
div.DivClassName
{
background-color: #976884;
}
.BgClassName
{
background-color: #976884;
}
</style>
border-color css
<style>
span { border-color: #976884; }
span { border-color: rgb(151,104,132); }
td.TdClassName
{
border-color: #976884;
}
.TagClassName
{
border-color: #976884;
}
</style>