Shades of Strikemaster #8C7280
Tints of Strikemaster #8C7280
RGB
CMYK
RGB Variations
Color information
#8C7280 (or 0x8C7280) is known color: Strikemaster. HEX triplet: 8C, 72 and 80. RGB value is (140,114,128). Sum of RGB (Red+Green+Blue) = 140+114+128=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7280 is #738D7F. Grayscale: #7B7B7B. Windows color (decimal): -7572864 or 8417932. OLE color: 8417932.
HSL color Cylindrical-coordinate representation of color #8C7280: hue angle of 327.69º degrees, saturation: 0.1, 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 #8C7280 is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 114 | 128 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.45 |
| HSL | 327.69º | 0.1% | 0.5% | - |
| HSV(B) | 327.69º | 0.19% | 0.55% | - |
| XYZ | 20.73 | 19.17 | 23.03 | - |
| YUV | 123.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 114 | 128 | 0 | 0.19 | 0.09 | 0.45 | 327.69 | 0.1 | 0.5 |
| Hex | 8C | 72 | 80 | 0 | 13 | 9 | 2D | 148 | A | 32 |
| Octal | 214 | 162 | 200 | 0 | 23 | 11 | 55 | 510 | 12 | 62 |
| Binary | 10001100 | 1110010 | 10000000 | 0 | 10011 | 1001 | 101101 | 101001000 | 1010 | 110010 |
Color Harmonies of #8C7280
Complementary color
Monochromatic Colors of #8C7280
Black with #8C7280
Text Example
Text Example
White with #8C7280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7280; }
p { color: rgb(140,114,128); }
H1.HeaderClassName
{
color: #8C7280;
}
.AnyTagClassName
{
color: #8C7280;
}
</style>
background-color css
<style>
a { background-color: #8C7280; }
a { background-color: rgb(140,114,128); }
div.DivClassName
{
background-color: #8C7280;
}
.BgClassName
{
background-color: #8C7280;
}
</style>
border-color css
<style>
span { border-color: #8C7280; }
span { border-color: rgb(140,114,128); }
td.TdClassName
{
border-color: #8C7280;
}
.TagClassName
{
border-color: #8C7280;
}
</style>