Shades of Strikemaster #8E7280
Tints of Strikemaster #8E7280
RGB
CMYK
RGB Variations
Color information
#8E7280 (or 0x8E7280) is known color: Strikemaster. HEX triplet: 8E, 72 and 80. RGB value is (142,114,128). Sum of RGB (Red+Green+Blue) = 142+114+128=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 114 (44.92% from 255 or 29.69% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7280 is #718D7F. Grayscale: #7B7B7B. Windows color (decimal): -7441792 or 8417934. OLE color: 8417934.
HSL color Cylindrical-coordinate representation of color #8E7280: hue angle of 330º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E7280 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 114 | 128 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.44 |
| HSL | 330º | 0.11% | 0.5% | - |
| HSV(B) | 330º | 0.2% | 0.56% | - |
| XYZ | 21.07 | 19.34 | 23.05 | - |
| YUV | 123.97 | 130.28 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 114 | 128 | 0 | 0.20 | 0.10 | 0.44 | 330 | 0.11 | 0.5 |
| Hex | 8E | 72 | 80 | 0 | 14 | A | 2C | 14A | B | 32 |
| Octal | 216 | 162 | 200 | 0 | 24 | 12 | 54 | 512 | 13 | 62 |
| Binary | 10001110 | 1110010 | 10000000 | 0 | 10100 | 1010 | 101100 | 101001010 | 1011 | 110010 |
Color Harmonies of #8E7280
Complementary color
Monochromatic Colors of #8E7280
Black with #8E7280
Text Example
Text Example
White with #8E7280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7280; }
p { color: rgb(142,114,128); }
H1.HeaderClassName
{
color: #8E7280;
}
.AnyTagClassName
{
color: #8E7280;
}
</style>
background-color css
<style>
a { background-color: #8E7280; }
a { background-color: rgb(142,114,128); }
div.DivClassName
{
background-color: #8E7280;
}
.BgClassName
{
background-color: #8E7280;
}
</style>
border-color css
<style>
span { border-color: #8E7280; }
span { border-color: rgb(142,114,128); }
td.TdClassName
{
border-color: #8E7280;
}
.TagClassName
{
border-color: #8E7280;
}
</style>