Shades of Strikemaster #935B7B
Tints of Strikemaster #935B7B
RGB
CMYK
RGB Variations
Color information
#935B7B (or 0x935B7B) is known color: Strikemaster. HEX triplet: 93, 5B and 7B. RGB value is (147,91,123). Sum of RGB (Red+Green+Blue) = 147+91+123=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 147 - color contains mainly: red. Hex color #935B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B7B is #6CA484. Grayscale: #6F6F6F. Windows color (decimal): -7120005 or 8084371. OLE color: 8084371.
HSL color Cylindrical-coordinate representation of color #935B7B: hue angle of 325.71º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #935B7B is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 91 | 123 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.42 |
| HSL | 325.71º | 0.24% | 0.47% | - |
| HSV(B) | 325.71º | 0.38% | 0.58% | - |
| XYZ | 19.35 | 15.12 | 20.64 | - |
| YUV | 111.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 91 | 123 | 0 | 0.38 | 0.16 | 0.42 | 325.71 | 0.24 | 0.47 |
| Hex | 93 | 5B | 7B | 0 | 26 | 10 | 2A | 146 | 18 | 2F |
| Octal | 223 | 133 | 173 | 0 | 46 | 20 | 52 | 506 | 30 | 57 |
| Binary | 10010011 | 1011011 | 1111011 | 0 | 100110 | 10000 | 101010 | 101000110 | 11000 | 101111 |
Color Harmonies of #935B7B
Complementary color
Monochromatic Colors of #935B7B
Black with #935B7B
Text Example
Text Example
White with #935B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935B7B; }
p { color: rgb(147,91,123); }
H1.HeaderClassName
{
color: #935B7B;
}
.AnyTagClassName
{
color: #935B7B;
}
</style>
background-color css
<style>
a { background-color: #935B7B; }
a { background-color: rgb(147,91,123); }
div.DivClassName
{
background-color: #935B7B;
}
.BgClassName
{
background-color: #935B7B;
}
</style>
border-color css
<style>
span { border-color: #935B7B; }
span { border-color: rgb(147,91,123); }
td.TdClassName
{
border-color: #935B7B;
}
.TagClassName
{
border-color: #935B7B;
}
</style>