Shades of Strikemaster #8F7185
Tints of Strikemaster #8F7185
RGB
CMYK
RGB Variations
Color information
#8F7185 (or 0x8F7185) is known color: Strikemaster. HEX triplet: 8F, 71 and 85. RGB value is (143,113,133). Sum of RGB (Red+Green+Blue) = 143+113+133=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7185 is #708E7A. Grayscale: #7C7C7C. Windows color (decimal): -7376507 or 8745359. OLE color: 8745359.
HSL color Cylindrical-coordinate representation of color #8F7185: hue angle of 320º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8F7185 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 113 | 133 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.44 |
| HSL | 320º | 0.12% | 0.5% | - |
| HSV(B) | 320º | 0.21% | 0.56% | - |
| XYZ | 21.47 | 19.34 | 24.79 | - |
| YUV | 124.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 133 | 0 | 0.21 | 0.07 | 0.44 | 320 | 0.12 | 0.5 |
| Hex | 8F | 71 | 85 | 0 | 15 | 7 | 2C | 140 | C | 32 |
| Octal | 217 | 161 | 205 | 0 | 25 | 7 | 54 | 500 | 14 | 62 |
| Binary | 10001111 | 1110001 | 10000101 | 0 | 10101 | 111 | 101100 | 101000000 | 1100 | 110010 |
Color Harmonies of #8F7185
Complementary color
Monochromatic Colors of #8F7185
Black with #8F7185
Text Example
Text Example
White with #8F7185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7185; }
p { color: rgb(143,113,133); }
H1.HeaderClassName
{
color: #8F7185;
}
.AnyTagClassName
{
color: #8F7185;
}
</style>
background-color css
<style>
a { background-color: #8F7185; }
a { background-color: rgb(143,113,133); }
div.DivClassName
{
background-color: #8F7185;
}
.BgClassName
{
background-color: #8F7185;
}
</style>
border-color css
<style>
span { border-color: #8F7185; }
span { border-color: rgb(143,113,133); }
td.TdClassName
{
border-color: #8F7185;
}
.TagClassName
{
border-color: #8F7185;
}
</style>