Shades of Strikemaster #985E7B
Tints of Strikemaster #985E7B
RGB
CMYK
RGB Variations
Color information
#985E7B (or 0x985E7B) is known color: Strikemaster. HEX triplet: 98, 5E and 7B. RGB value is (152,94,123). Sum of RGB (Red+Green+Blue) = 152+94+123=369 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.19% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 152 - color contains mainly: red. Hex color #985E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E7B is #67A184. Grayscale: #727272. Windows color (decimal): -6791557 or 8085144. OLE color: 8085144.
HSL color Cylindrical-coordinate representation of color #985E7B: hue angle of 330º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #985E7B is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 94 | 123 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.40 |
| HSL | 330º | 0.24% | 0.48% | - |
| HSV(B) | 330º | 0.38% | 0.6% | - |
| XYZ | 20.53 | 16.11 | 20.77 | - |
| YUV | 114.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 123 | 0 | 0.38 | 0.19 | 0.40 | 330 | 0.24 | 0.48 |
| Hex | 98 | 5E | 7B | 0 | 26 | 13 | 28 | 14A | 18 | 30 |
| Octal | 230 | 136 | 173 | 0 | 46 | 23 | 50 | 512 | 30 | 60 |
| Binary | 10011000 | 1011110 | 1111011 | 0 | 100110 | 10011 | 101000 | 101001010 | 11000 | 110000 |
Color Harmonies of #985E7B
Complementary color
Monochromatic Colors of #985E7B
Black with #985E7B
Text Example
Text Example
White with #985E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985E7B; }
p { color: rgb(152,94,123); }
H1.HeaderClassName
{
color: #985E7B;
}
.AnyTagClassName
{
color: #985E7B;
}
</style>
background-color css
<style>
a { background-color: #985E7B; }
a { background-color: rgb(152,94,123); }
div.DivClassName
{
background-color: #985E7B;
}
.BgClassName
{
background-color: #985E7B;
}
</style>
border-color css
<style>
span { border-color: #985E7B; }
span { border-color: rgb(152,94,123); }
td.TdClassName
{
border-color: #985E7B;
}
.TagClassName
{
border-color: #985E7B;
}
</style>