Shades of Strikemaster #8C717E
Tints of Strikemaster #8C717E
RGB
CMYK
RGB Variations
Color information
#8C717E (or 0x8C717E) is known color: Strikemaster. HEX triplet: 8C, 71 and 7E. RGB value is (140,113,126). Sum of RGB (Red+Green+Blue) = 140+113+126=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 140 - color contains mainly: red. Hex color #8C717E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C717E is #738E81. Grayscale: #7A7A7A. Windows color (decimal): -7573122 or 8286604. OLE color: 8286604.
HSL color Cylindrical-coordinate representation of color #8C717E: hue angle of 331.11º 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 #8C717E is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 126 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.45 |
| HSL | 331.11º | 0.11% | 0.5% | - |
| HSV(B) | 331.11º | 0.19% | 0.55% | - |
| XYZ | 20.49 | 18.89 | 22.31 | - |
| YUV | 122.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 126 | 0 | 0.19 | 0.10 | 0.45 | 331.11 | 0.11 | 0.5 |
| Hex | 8C | 71 | 7E | 0 | 13 | A | 2D | 14B | B | 32 |
| Octal | 214 | 161 | 176 | 0 | 23 | 12 | 55 | 513 | 13 | 62 |
| Binary | 10001100 | 1110001 | 1111110 | 0 | 10011 | 1010 | 101101 | 101001011 | 1011 | 110010 |
Color Harmonies of #8C717E
Complementary color
Monochromatic Colors of #8C717E
Black with #8C717E
Text Example
Text Example
White with #8C717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C717E; }
p { color: rgb(140,113,126); }
H1.HeaderClassName
{
color: #8C717E;
}
.AnyTagClassName
{
color: #8C717E;
}
</style>
background-color css
<style>
a { background-color: #8C717E; }
a { background-color: rgb(140,113,126); }
div.DivClassName
{
background-color: #8C717E;
}
.BgClassName
{
background-color: #8C717E;
}
</style>
border-color css
<style>
span { border-color: #8C717E; }
span { border-color: rgb(140,113,126); }
td.TdClassName
{
border-color: #8C717E;
}
.TagClassName
{
border-color: #8C717E;
}
</style>