Shades of Strikemaster #976788
Tints of Strikemaster #976788
RGB
CMYK
RGB Variations
Color information
#976788 (or 0x976788) is known color: Strikemaster. HEX triplet: 97, 67 and 88. RGB value is (151,103,136). Sum of RGB (Red+Green+Blue) = 151+103+136=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 151 - color contains mainly: red. Hex color #976788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976788 is #689877. Grayscale: #797979. Windows color (decimal): -6854776 or 8939415. OLE color: 8939415.
HSL color Cylindrical-coordinate representation of color #976788: hue angle of 318.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 #976788 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 103 | 136 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.41 |
| HSL | 318.75º | 0.19% | 0.5% | - |
| HSV(B) | 318.75º | 0.32% | 0.59% | - |
| XYZ | 22.06 | 18.06 | 25.62 | - |
| YUV | 121.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 136 | 0 | 0.32 | 0.10 | 0.41 | 318.75 | 0.19 | 0.5 |
| Hex | 97 | 67 | 88 | 0 | 20 | A | 29 | 13F | 13 | 32 |
| Octal | 227 | 147 | 210 | 0 | 40 | 12 | 51 | 477 | 23 | 62 |
| Binary | 10010111 | 1100111 | 10001000 | 0 | 100000 | 1010 | 101001 | 100111111 | 10011 | 110010 |
Color Harmonies of #976788
Complementary color
Monochromatic Colors of #976788
Black with #976788
Text Example
Text Example
White with #976788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976788; }
p { color: rgb(151,103,136); }
H1.HeaderClassName
{
color: #976788;
}
.AnyTagClassName
{
color: #976788;
}
</style>
background-color css
<style>
a { background-color: #976788; }
a { background-color: rgb(151,103,136); }
div.DivClassName
{
background-color: #976788;
}
.BgClassName
{
background-color: #976788;
}
</style>
border-color css
<style>
span { border-color: #976788; }
span { border-color: rgb(151,103,136); }
td.TdClassName
{
border-color: #976788;
}
.TagClassName
{
border-color: #976788;
}
</style>