Shades of Strikemaster #975B7E
Tints of Strikemaster #975B7E
RGB
CMYK
RGB Variations
Color information
#975B7E (or 0x975B7E) is known color: Strikemaster. HEX triplet: 97, 5B and 7E. RGB value is (151,91,126). Sum of RGB (Red+Green+Blue) = 151+91+126=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #975B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975B7E is #68A481. Grayscale: #707070. Windows color (decimal): -6857858 or 8280983. OLE color: 8280983.
HSL color Cylindrical-coordinate representation of color #975B7E: hue angle of 325º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975B7E is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 91 | 126 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.41 |
| HSL | 325º | 0.25% | 0.47% | - |
| HSV(B) | 325º | 0.4% | 0.59% | - |
| XYZ | 20.27 | 15.57 | 21.68 | - |
| YUV | 112.93 | 135.38 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 91 | 126 | 0 | 0.40 | 0.17 | 0.41 | 325 | 0.25 | 0.47 |
| Hex | 97 | 5B | 7E | 0 | 28 | 11 | 29 | 145 | 19 | 2F |
| Octal | 227 | 133 | 176 | 0 | 50 | 21 | 51 | 505 | 31 | 57 |
| Binary | 10010111 | 1011011 | 1111110 | 0 | 101000 | 10001 | 101001 | 101000101 | 11001 | 101111 |
Color Harmonies of #975B7E
Complementary color
Monochromatic Colors of #975B7E
Black with #975B7E
Text Example
Text Example
White with #975B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #975B7E; }
p { color: rgb(151,91,126); }
H1.HeaderClassName
{
color: #975B7E;
}
.AnyTagClassName
{
color: #975B7E;
}
</style>
background-color css
<style>
a { background-color: #975B7E; }
a { background-color: rgb(151,91,126); }
div.DivClassName
{
background-color: #975B7E;
}
.BgClassName
{
background-color: #975B7E;
}
</style>
border-color css
<style>
span { border-color: #975B7E; }
span { border-color: rgb(151,91,126); }
td.TdClassName
{
border-color: #975B7E;
}
.TagClassName
{
border-color: #975B7E;
}
</style>