Shades of Strikemaster #925B7B
Tints of Strikemaster #925B7B
RGB
CMYK
RGB Variations
Color information
#925B7B (or 0x925B7B) is known color: Strikemaster. HEX triplet: 92, 5B and 7B. RGB value is (146,91,123). Sum of RGB (Red+Green+Blue) = 146+91+123=360 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.56% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 146 - color contains mainly: red. Hex color #925B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925B7B is #6DA484. Grayscale: #6F6F6F. Windows color (decimal): -7185541 or 8084370. OLE color: 8084370.
HSL color Cylindrical-coordinate representation of color #925B7B: hue angle of 325.09º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925B7B is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 91 | 123 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.43 |
| HSL | 325.09º | 0.23% | 0.46% | - |
| HSV(B) | 325.09º | 0.38% | 0.57% | - |
| XYZ | 19.17 | 15.02 | 20.63 | - |
| YUV | 111.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 123 | 0 | 0.38 | 0.16 | 0.43 | 325.09 | 0.23 | 0.46 |
| Hex | 92 | 5B | 7B | 0 | 26 | 10 | 2B | 145 | 17 | 2E |
| Octal | 222 | 133 | 173 | 0 | 46 | 20 | 53 | 505 | 27 | 56 |
| Binary | 10010010 | 1011011 | 1111011 | 0 | 100110 | 10000 | 101011 | 101000101 | 10111 | 101110 |
Color Harmonies of #925B7B
Complementary color
Monochromatic Colors of #925B7B
Black with #925B7B
Text Example
Text Example
White with #925B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925B7B; }
p { color: rgb(146,91,123); }
H1.HeaderClassName
{
color: #925B7B;
}
.AnyTagClassName
{
color: #925B7B;
}
</style>
background-color css
<style>
a { background-color: #925B7B; }
a { background-color: rgb(146,91,123); }
div.DivClassName
{
background-color: #925B7B;
}
.BgClassName
{
background-color: #925B7B;
}
</style>
border-color css
<style>
span { border-color: #925B7B; }
span { border-color: rgb(146,91,123); }
td.TdClassName
{
border-color: #925B7B;
}
.TagClassName
{
border-color: #925B7B;
}
</style>