Shades of Strikemaster #976688
Tints of Strikemaster #976688
RGB
CMYK
RGB Variations
Color information
#976688 (or 0x976688) is known color: Strikemaster. HEX triplet: 97, 66 and 88. RGB value is (151,102,136). Sum of RGB (Red+Green+Blue) = 151+102+136=389 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.82% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 151 - color contains mainly: red. Hex color #976688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976688 is #689977. Grayscale: #787878. Windows color (decimal): -6855032 or 8939159. OLE color: 8939159.
HSL color Cylindrical-coordinate representation of color #976688: hue angle of 318.37º 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 #976688 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 102 | 136 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.41 |
| HSL | 318.37º | 0.19% | 0.5% | - |
| HSV(B) | 318.37º | 0.32% | 0.59% | - |
| XYZ | 21.96 | 17.86 | 25.58 | - |
| YUV | 120.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 136 | 0 | 0.32 | 0.10 | 0.41 | 318.37 | 0.19 | 0.5 |
| Hex | 97 | 66 | 88 | 0 | 20 | A | 29 | 13E | 13 | 32 |
| Octal | 227 | 146 | 210 | 0 | 40 | 12 | 51 | 476 | 23 | 62 |
| Binary | 10010111 | 1100110 | 10001000 | 0 | 100000 | 1010 | 101001 | 100111110 | 10011 | 110010 |
Color Harmonies of #976688
Complementary color
Monochromatic Colors of #976688
Black with #976688
Text Example
Text Example
White with #976688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976688; }
p { color: rgb(151,102,136); }
H1.HeaderClassName
{
color: #976688;
}
.AnyTagClassName
{
color: #976688;
}
</style>
background-color css
<style>
a { background-color: #976688; }
a { background-color: rgb(151,102,136); }
div.DivClassName
{
background-color: #976688;
}
.BgClassName
{
background-color: #976688;
}
</style>
border-color css
<style>
span { border-color: #976688; }
span { border-color: rgb(151,102,136); }
td.TdClassName
{
border-color: #976688;
}
.TagClassName
{
border-color: #976688;
}
</style>