Shades of Strikemaster #935E7B
Tints of Strikemaster #935E7B
RGB
CMYK
RGB Variations
Color information
#935E7B (or 0x935E7B) is known color: Strikemaster. HEX triplet: 93, 5E and 7B. RGB value is (147,94,123). Sum of RGB (Red+Green+Blue) = 147+94+123=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 147 - color contains mainly: red. Hex color #935E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E7B is #6CA184. Grayscale: #717171. Windows color (decimal): -7119237 or 8085139. OLE color: 8085139.
HSL color Cylindrical-coordinate representation of color #935E7B: hue angle of 327.17º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #935E7B is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 94 | 123 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.42 |
| HSL | 327.17º | 0.22% | 0.47% | - |
| HSV(B) | 327.17º | 0.36% | 0.58% | - |
| XYZ | 19.61 | 15.64 | 20.72 | - |
| YUV | 113.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 123 | 0 | 0.36 | 0.16 | 0.42 | 327.17 | 0.22 | 0.47 |
| Hex | 93 | 5E | 7B | 0 | 24 | 10 | 2A | 147 | 16 | 2F |
| Octal | 223 | 136 | 173 | 0 | 44 | 20 | 52 | 507 | 26 | 57 |
| Binary | 10010011 | 1011110 | 1111011 | 0 | 100100 | 10000 | 101010 | 101000111 | 10110 | 101111 |
Color Harmonies of #935E7B
Complementary color
Monochromatic Colors of #935E7B
Black with #935E7B
Text Example
Text Example
White with #935E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935E7B; }
p { color: rgb(147,94,123); }
H1.HeaderClassName
{
color: #935E7B;
}
.AnyTagClassName
{
color: #935E7B;
}
</style>
background-color css
<style>
a { background-color: #935E7B; }
a { background-color: rgb(147,94,123); }
div.DivClassName
{
background-color: #935E7B;
}
.BgClassName
{
background-color: #935E7B;
}
</style>
border-color css
<style>
span { border-color: #935E7B; }
span { border-color: rgb(147,94,123); }
td.TdClassName
{
border-color: #935E7B;
}
.TagClassName
{
border-color: #935E7B;
}
</style>