Shades of Strikemaster #936B7E
Tints of Strikemaster #936B7E
RGB
CMYK
RGB Variations
Color information
#936B7E (or 0x936B7E) is known color: Strikemaster. HEX triplet: 93, 6B and 7E. RGB value is (147,107,126). Sum of RGB (Red+Green+Blue) = 147+107+126=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 147 - color contains mainly: red. Hex color #936B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936B7E is #6C9481. Grayscale: #797979. Windows color (decimal): -7115906 or 8285075. OLE color: 8285075.
HSL color Cylindrical-coordinate representation of color #936B7E: hue angle of 331.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #936B7E is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 107 | 126 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.42 |
| HSL | 331.5º | 0.16% | 0.5% | - |
| HSV(B) | 331.5º | 0.27% | 0.58% | - |
| XYZ | 21.06 | 18.22 | 22.15 | - |
| YUV | 121.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 126 | 0 | 0.27 | 0.14 | 0.42 | 331.5 | 0.16 | 0.5 |
| Hex | 93 | 6B | 7E | 0 | 1B | E | 2A | 14C | 10 | 32 |
| Octal | 223 | 153 | 176 | 0 | 33 | 16 | 52 | 514 | 20 | 62 |
| Binary | 10010011 | 1101011 | 1111110 | 0 | 11011 | 1110 | 101010 | 101001100 | 10000 | 110010 |
Color Harmonies of #936B7E
Complementary color
Monochromatic Colors of #936B7E
Black with #936B7E
Text Example
Text Example
White with #936B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936B7E; }
p { color: rgb(147,107,126); }
H1.HeaderClassName
{
color: #936B7E;
}
.AnyTagClassName
{
color: #936B7E;
}
</style>
background-color css
<style>
a { background-color: #936B7E; }
a { background-color: rgb(147,107,126); }
div.DivClassName
{
background-color: #936B7E;
}
.BgClassName
{
background-color: #936B7E;
}
</style>
border-color css
<style>
span { border-color: #936B7E; }
span { border-color: rgb(147,107,126); }
td.TdClassName
{
border-color: #936B7E;
}
.TagClassName
{
border-color: #936B7E;
}
</style>