Shades of Strikemaster #8E707D
Tints of Strikemaster #8E707D
RGB
CMYK
RGB Variations
Color information
#8E707D (or 0x8E707D) is known color: Strikemaster. HEX triplet: 8E, 70 and 7D. RGB value is (142,112,125). Sum of RGB (Red+Green+Blue) = 142+112+125=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 142 - color contains mainly: red. Hex color #8E707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E707D is #718F82. Grayscale: #7A7A7A. Windows color (decimal): -7442307 or 8220814. OLE color: 8220814.
HSL color Cylindrical-coordinate representation of color #8E707D: hue angle of 334º 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 #8E707D is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 112 | 125 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.44 |
| HSL | 334º | 0.12% | 0.5% | - |
| HSV(B) | 334º | 0.21% | 0.56% | - |
| XYZ | 20.65 | 18.82 | 21.95 | - |
| YUV | 122.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 112 | 125 | 0 | 0.21 | 0.12 | 0.44 | 334 | 0.12 | 0.5 |
| Hex | 8E | 70 | 7D | 0 | 15 | C | 2C | 14E | C | 32 |
| Octal | 216 | 160 | 175 | 0 | 25 | 14 | 54 | 516 | 14 | 62 |
| Binary | 10001110 | 1110000 | 1111101 | 0 | 10101 | 1100 | 101100 | 101001110 | 1100 | 110010 |
Color Harmonies of #8E707D
Complementary color
Monochromatic Colors of #8E707D
Black with #8E707D
Text Example
Text Example
White with #8E707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E707D; }
p { color: rgb(142,112,125); }
H1.HeaderClassName
{
color: #8E707D;
}
.AnyTagClassName
{
color: #8E707D;
}
</style>
background-color css
<style>
a { background-color: #8E707D; }
a { background-color: rgb(142,112,125); }
div.DivClassName
{
background-color: #8E707D;
}
.BgClassName
{
background-color: #8E707D;
}
</style>
border-color css
<style>
span { border-color: #8E707D; }
span { border-color: rgb(142,112,125); }
td.TdClassName
{
border-color: #8E707D;
}
.TagClassName
{
border-color: #8E707D;
}
</style>