Shades of Strikemaster #985B7B
Tints of Strikemaster #985B7B
RGB
CMYK
RGB Variations
Color information
#985B7B (or 0x985B7B) is known color: Strikemaster. HEX triplet: 98, 5B and 7B. RGB value is (152,91,123). Sum of RGB (Red+Green+Blue) = 152+91+123=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #985B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B7B is #67A484. Grayscale: #707070. Windows color (decimal): -6792325 or 8084376. OLE color: 8084376.
HSL color Cylindrical-coordinate representation of color #985B7B: hue angle of 328.52º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #985B7B is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 91 | 123 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.40 |
| HSL | 328.52º | 0.25% | 0.48% | - |
| HSV(B) | 328.52º | 0.4% | 0.6% | - |
| XYZ | 20.27 | 15.59 | 20.68 | - |
| YUV | 112.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 123 | 0 | 0.40 | 0.19 | 0.40 | 328.52 | 0.25 | 0.48 |
| Hex | 98 | 5B | 7B | 0 | 28 | 13 | 28 | 149 | 19 | 30 |
| Octal | 230 | 133 | 173 | 0 | 50 | 23 | 50 | 511 | 31 | 60 |
| Binary | 10011000 | 1011011 | 1111011 | 0 | 101000 | 10011 | 101000 | 101001001 | 11001 | 110000 |
Color Harmonies of #985B7B
Complementary color
Monochromatic Colors of #985B7B
Black with #985B7B
Text Example
Text Example
White with #985B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985B7B; }
p { color: rgb(152,91,123); }
H1.HeaderClassName
{
color: #985B7B;
}
.AnyTagClassName
{
color: #985B7B;
}
</style>
background-color css
<style>
a { background-color: #985B7B; }
a { background-color: rgb(152,91,123); }
div.DivClassName
{
background-color: #985B7B;
}
.BgClassName
{
background-color: #985B7B;
}
</style>
border-color css
<style>
span { border-color: #985B7B; }
span { border-color: rgb(152,91,123); }
td.TdClassName
{
border-color: #985B7B;
}
.TagClassName
{
border-color: #985B7B;
}
</style>