Shades of Strikemaster #925D7E
Tints of Strikemaster #925D7E
RGB
CMYK
RGB Variations
Color information
#925D7E (or 0x925D7E) is known color: Strikemaster. HEX triplet: 92, 5D and 7E. RGB value is (146,93,126). Sum of RGB (Red+Green+Blue) = 146+93+126=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 146 - color contains mainly: red. Hex color #925D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D7E is #6DA281. Grayscale: #707070. Windows color (decimal): -7185026 or 8281490. OLE color: 8281490.
HSL color Cylindrical-coordinate representation of color #925D7E: hue angle of 322.64º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #925D7E is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 93 | 126 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.43 |
| HSL | 322.64º | 0.22% | 0.47% | - |
| HSV(B) | 322.64º | 0.36% | 0.57% | - |
| XYZ | 19.53 | 15.45 | 21.69 | - |
| YUV | 112.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 126 | 0 | 0.36 | 0.14 | 0.43 | 322.64 | 0.22 | 0.47 |
| Hex | 92 | 5D | 7E | 0 | 24 | E | 2B | 143 | 16 | 2F |
| Octal | 222 | 135 | 176 | 0 | 44 | 16 | 53 | 503 | 26 | 57 |
| Binary | 10010010 | 1011101 | 1111110 | 0 | 100100 | 1110 | 101011 | 101000011 | 10110 | 101111 |
Color Harmonies of #925D7E
Complementary color
Monochromatic Colors of #925D7E
Black with #925D7E
Text Example
Text Example
White with #925D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925D7E; }
p { color: rgb(146,93,126); }
H1.HeaderClassName
{
color: #925D7E;
}
.AnyTagClassName
{
color: #925D7E;
}
</style>
background-color css
<style>
a { background-color: #925D7E; }
a { background-color: rgb(146,93,126); }
div.DivClassName
{
background-color: #925D7E;
}
.BgClassName
{
background-color: #925D7E;
}
</style>
border-color css
<style>
span { border-color: #925D7E; }
span { border-color: rgb(146,93,126); }
td.TdClassName
{
border-color: #925D7E;
}
.TagClassName
{
border-color: #925D7E;
}
</style>