Shades of Strikemaster #935B7F
Tints of Strikemaster #935B7F
RGB
CMYK
RGB Variations
Color information
#935B7F (or 0x935B7F) is known color: Strikemaster. HEX triplet: 93, 5B and 7F. RGB value is (147,91,127). Sum of RGB (Red+Green+Blue) = 147+91+127=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #935B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B7F is #6CA480. Grayscale: #6F6F6F. Windows color (decimal): -7120001 or 8346515. OLE color: 8346515.
HSL color Cylindrical-coordinate representation of color #935B7F: hue angle of 321.43º 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 #935B7F is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 91 | 127 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.42 |
| HSL | 321.43º | 0.24% | 0.47% | - |
| HSV(B) | 321.43º | 0.38% | 0.58% | - |
| XYZ | 19.6 | 15.22 | 21.98 | - |
| YUV | 111.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 91 | 127 | 0 | 0.38 | 0.14 | 0.42 | 321.43 | 0.24 | 0.47 |
| Hex | 93 | 5B | 7F | 0 | 26 | E | 2A | 141 | 18 | 2F |
| Octal | 223 | 133 | 177 | 0 | 46 | 16 | 52 | 501 | 30 | 57 |
| Binary | 10010011 | 1011011 | 1111111 | 0 | 100110 | 1110 | 101010 | 101000001 | 11000 | 101111 |
Color Harmonies of #935B7F
Complementary color
Monochromatic Colors of #935B7F
Black with #935B7F
Text Example
Text Example
White with #935B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935B7F; }
p { color: rgb(147,91,127); }
H1.HeaderClassName
{
color: #935B7F;
}
.AnyTagClassName
{
color: #935B7F;
}
</style>
background-color css
<style>
a { background-color: #935B7F; }
a { background-color: rgb(147,91,127); }
div.DivClassName
{
background-color: #935B7F;
}
.BgClassName
{
background-color: #935B7F;
}
</style>
border-color css
<style>
span { border-color: #935B7F; }
span { border-color: rgb(147,91,127); }
td.TdClassName
{
border-color: #935B7F;
}
.TagClassName
{
border-color: #935B7F;
}
</style>