Shades of Strikemaster #915E7B
Tints of Strikemaster #915E7B
RGB
CMYK
RGB Variations
Color information
#915E7B (or 0x915E7B) is known color: Strikemaster. HEX triplet: 91, 5E and 7B. RGB value is (145,94,123). Sum of RGB (Red+Green+Blue) = 145+94+123=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #915E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E7B is #6EA184. Grayscale: #707070. Windows color (decimal): -7250309 or 8085137. OLE color: 8085137.
HSL color Cylindrical-coordinate representation of color #915E7B: hue angle of 325.88º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #915E7B is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 123 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.43 |
| HSL | 325.88º | 0.21% | 0.47% | - |
| HSV(B) | 325.88º | 0.35% | 0.57% | - |
| XYZ | 19.25 | 15.46 | 20.71 | - |
| YUV | 112.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 123 | 0 | 0.35 | 0.15 | 0.43 | 325.88 | 0.21 | 0.47 |
| Hex | 91 | 5E | 7B | 0 | 23 | F | 2B | 146 | 15 | 2F |
| Octal | 221 | 136 | 173 | 0 | 43 | 17 | 53 | 506 | 25 | 57 |
| Binary | 10010001 | 1011110 | 1111011 | 0 | 100011 | 1111 | 101011 | 101000110 | 10101 | 101111 |
Color Harmonies of #915E7B
Complementary color
Monochromatic Colors of #915E7B
Black with #915E7B
Text Example
Text Example
White with #915E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E7B; }
p { color: rgb(145,94,123); }
H1.HeaderClassName
{
color: #915E7B;
}
.AnyTagClassName
{
color: #915E7B;
}
</style>
background-color css
<style>
a { background-color: #915E7B; }
a { background-color: rgb(145,94,123); }
div.DivClassName
{
background-color: #915E7B;
}
.BgClassName
{
background-color: #915E7B;
}
</style>
border-color css
<style>
span { border-color: #915E7B; }
span { border-color: rgb(145,94,123); }
td.TdClassName
{
border-color: #915E7B;
}
.TagClassName
{
border-color: #915E7B;
}
</style>