Shades of Strikemaster #985B7F
Tints of Strikemaster #985B7F
RGB
CMYK
RGB Variations
Color information
#985B7F (or 0x985B7F) is known color: Strikemaster. HEX triplet: 98, 5B and 7F. RGB value is (152,91,127). Sum of RGB (Red+Green+Blue) = 152+91+127=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #985B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B7F is #67A480. Grayscale: #717171. Windows color (decimal): -6792321 or 8346520. OLE color: 8346520.
HSL color Cylindrical-coordinate representation of color #985B7F: hue angle of 324.59º 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 #985B7F is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 91 | 127 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.40 |
| HSL | 324.59º | 0.25% | 0.48% | - |
| HSV(B) | 324.59º | 0.4% | 0.6% | - |
| XYZ | 20.52 | 15.69 | 22.03 | - |
| YUV | 113.34 | 135.71 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 127 | 0 | 0.40 | 0.16 | 0.40 | 324.59 | 0.25 | 0.48 |
| Hex | 98 | 5B | 7F | 0 | 28 | 10 | 28 | 145 | 19 | 30 |
| Octal | 230 | 133 | 177 | 0 | 50 | 20 | 50 | 505 | 31 | 60 |
| Binary | 10011000 | 1011011 | 1111111 | 0 | 101000 | 10000 | 101000 | 101000101 | 11001 | 110000 |
Color Harmonies of #985B7F
Complementary color
Monochromatic Colors of #985B7F
Black with #985B7F
Text Example
Text Example
White with #985B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985B7F; }
p { color: rgb(152,91,127); }
H1.HeaderClassName
{
color: #985B7F;
}
.AnyTagClassName
{
color: #985B7F;
}
</style>
background-color css
<style>
a { background-color: #985B7F; }
a { background-color: rgb(152,91,127); }
div.DivClassName
{
background-color: #985B7F;
}
.BgClassName
{
background-color: #985B7F;
}
</style>
border-color css
<style>
span { border-color: #985B7F; }
span { border-color: rgb(152,91,127); }
td.TdClassName
{
border-color: #985B7F;
}
.TagClassName
{
border-color: #985B7F;
}
</style>