Shades of Strikemaster #8D7285
Tints of Strikemaster #8D7285
RGB
CMYK
RGB Variations
Color information
#8D7285 (or 0x8D7285) is known color: Strikemaster. HEX triplet: 8D, 72 and 85. RGB value is (141,114,133). Sum of RGB (Red+Green+Blue) = 141+114+133=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7285 is #728D7A. Grayscale: #7C7C7C. Windows color (decimal): -7507323 or 8745613. OLE color: 8745613.
HSL color Cylindrical-coordinate representation of color #8D7285: hue angle of 317.78º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D7285 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 114 | 133 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.45 |
| HSL | 317.78º | 0.11% | 0.5% | - |
| HSV(B) | 317.78º | 0.19% | 0.55% | - |
| XYZ | 21.24 | 19.39 | 24.81 | - |
| YUV | 124.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 114 | 133 | 0 | 0.19 | 0.06 | 0.45 | 317.78 | 0.11 | 0.5 |
| Hex | 8D | 72 | 85 | 0 | 13 | 6 | 2D | 13E | B | 32 |
| Octal | 215 | 162 | 205 | 0 | 23 | 6 | 55 | 476 | 13 | 62 |
| Binary | 10001101 | 1110010 | 10000101 | 0 | 10011 | 110 | 101101 | 100111110 | 1011 | 110010 |
Color Harmonies of #8D7285
Complementary color
Monochromatic Colors of #8D7285
Black with #8D7285
Text Example
Text Example
White with #8D7285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7285; }
p { color: rgb(141,114,133); }
H1.HeaderClassName
{
color: #8D7285;
}
.AnyTagClassName
{
color: #8D7285;
}
</style>
background-color css
<style>
a { background-color: #8D7285; }
a { background-color: rgb(141,114,133); }
div.DivClassName
{
background-color: #8D7285;
}
.BgClassName
{
background-color: #8D7285;
}
</style>
border-color css
<style>
span { border-color: #8D7285; }
span { border-color: rgb(141,114,133); }
td.TdClassName
{
border-color: #8D7285;
}
.TagClassName
{
border-color: #8D7285;
}
</style>