Shades of Strikemaster #8A7280
Tints of Strikemaster #8A7280
RGB
CMYK
RGB Variations
Color information
#8A7280 (or 0x8A7280) is known color: Strikemaster. HEX triplet: 8A, 72 and 80. RGB value is (138,114,128). Sum of RGB (Red+Green+Blue) = 138+114+128=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7280 is #758D7F. Grayscale: #7A7A7A. Windows color (decimal): -7703936 or 8417930. OLE color: 8417930.
HSL color Cylindrical-coordinate representation of color #8A7280: hue angle of 325º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A7280 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 114 | 128 | - |
| CMYK | 0 | 0.17 | 0.07 | 0.46 |
| HSL | 325º | 0.1% | 0.49% | - |
| HSV(B) | 325º | 0.17% | 0.54% | - |
| XYZ | 20.39 | 19 | 23.01 | - |
| YUV | 122.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 114 | 128 | 0 | 0.17 | 0.07 | 0.46 | 325 | 0.1 | 0.49 |
| Hex | 8A | 72 | 80 | 0 | 11 | 7 | 2E | 145 | A | 31 |
| Octal | 212 | 162 | 200 | 0 | 21 | 7 | 56 | 505 | 12 | 61 |
| Binary | 10001010 | 1110010 | 10000000 | 0 | 10001 | 111 | 101110 | 101000101 | 1010 | 110001 |
Color Harmonies of #8A7280
Complementary color
Monochromatic Colors of #8A7280
Black with #8A7280
Text Example
Text Example
White with #8A7280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7280; }
p { color: rgb(138,114,128); }
H1.HeaderClassName
{
color: #8A7280;
}
.AnyTagClassName
{
color: #8A7280;
}
</style>
background-color css
<style>
a { background-color: #8A7280; }
a { background-color: rgb(138,114,128); }
div.DivClassName
{
background-color: #8A7280;
}
.BgClassName
{
background-color: #8A7280;
}
</style>
border-color css
<style>
span { border-color: #8A7280; }
span { border-color: rgb(138,114,128); }
td.TdClassName
{
border-color: #8A7280;
}
.TagClassName
{
border-color: #8A7280;
}
</style>