Shades of Strikemaster #976888
Tints of Strikemaster #976888
RGB
CMYK
RGB Variations
Color information
#976888 (or 0x976888) is known color: Strikemaster. HEX triplet: 97, 68 and 88. RGB value is (151,104,136). Sum of RGB (Red+Green+Blue) = 151+104+136=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #976888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976888 is #689777. Grayscale: #797979. Windows color (decimal): -6854520 or 8939671. OLE color: 8939671.
HSL color Cylindrical-coordinate representation of color #976888: hue angle of 319.15º 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 #976888 is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 104 | 136 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.41 |
| HSL | 319.15º | 0.18% | 0.5% | - |
| HSV(B) | 319.15º | 0.31% | 0.59% | - |
| XYZ | 22.16 | 18.26 | 25.65 | - |
| YUV | 121.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 104 | 136 | 0 | 0.31 | 0.10 | 0.41 | 319.15 | 0.18 | 0.5 |
| Hex | 97 | 68 | 88 | 0 | 1F | A | 29 | 13F | 12 | 32 |
| Octal | 227 | 150 | 210 | 0 | 37 | 12 | 51 | 477 | 22 | 62 |
| Binary | 10010111 | 1101000 | 10001000 | 0 | 11111 | 1010 | 101001 | 100111111 | 10010 | 110010 |
Color Harmonies of #976888
Complementary color
Monochromatic Colors of #976888
Black with #976888
Text Example
Text Example
White with #976888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976888; }
p { color: rgb(151,104,136); }
H1.HeaderClassName
{
color: #976888;
}
.AnyTagClassName
{
color: #976888;
}
</style>
background-color css
<style>
a { background-color: #976888; }
a { background-color: rgb(151,104,136); }
div.DivClassName
{
background-color: #976888;
}
.BgClassName
{
background-color: #976888;
}
</style>
border-color css
<style>
span { border-color: #976888; }
span { border-color: rgb(151,104,136); }
td.TdClassName
{
border-color: #976888;
}
.TagClassName
{
border-color: #976888;
}
</style>