Shades of Strikemaster #976784
Tints of Strikemaster #976784
RGB
CMYK
RGB Variations
Color information
#976784 (or 0x976784) is known color: Strikemaster. HEX triplet: 97, 67 and 84. RGB value is (151,103,132). Sum of RGB (Red+Green+Blue) = 151+103+132=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 151 - color contains mainly: red. Hex color #976784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976784 is #68987B. Grayscale: #787878. Windows color (decimal): -6854780 or 8677271. OLE color: 8677271.
HSL color Cylindrical-coordinate representation of color #976784: hue angle of 323.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #976784 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 103 | 132 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.41 |
| HSL | 323.75º | 0.19% | 0.5% | - |
| HSV(B) | 323.75º | 0.32% | 0.59% | - |
| XYZ | 21.78 | 17.95 | 24.15 | - |
| YUV | 120.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 132 | 0 | 0.32 | 0.13 | 0.41 | 323.75 | 0.19 | 0.5 |
| Hex | 97 | 67 | 84 | 0 | 20 | D | 29 | 144 | 13 | 32 |
| Octal | 227 | 147 | 204 | 0 | 40 | 15 | 51 | 504 | 23 | 62 |
| Binary | 10010111 | 1100111 | 10000100 | 0 | 100000 | 1101 | 101001 | 101000100 | 10011 | 110010 |
Color Harmonies of #976784
Complementary color
Monochromatic Colors of #976784
Black with #976784
Text Example
Text Example
White with #976784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976784; }
p { color: rgb(151,103,132); }
H1.HeaderClassName
{
color: #976784;
}
.AnyTagClassName
{
color: #976784;
}
</style>
background-color css
<style>
a { background-color: #976784; }
a { background-color: rgb(151,103,132); }
div.DivClassName
{
background-color: #976784;
}
.BgClassName
{
background-color: #976784;
}
</style>
border-color css
<style>
span { border-color: #976784; }
span { border-color: rgb(151,103,132); }
td.TdClassName
{
border-color: #976784;
}
.TagClassName
{
border-color: #976784;
}
</style>