Shades of Strikemaster #8A717F
Tints of Strikemaster #8A717F
RGB
CMYK
RGB Variations
Color information
#8A717F (or 0x8A717F) is known color: Strikemaster. HEX triplet: 8A, 71 and 7F. RGB value is (138,113,127). Sum of RGB (Red+Green+Blue) = 138+113+127=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 138 - color contains mainly: red. Hex color #8A717F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A717F is #758E80. Grayscale: #7A7A7A. Windows color (decimal): -7704193 or 8352138. OLE color: 8352138.
HSL color Cylindrical-coordinate representation of color #8A717F: hue angle of 326.4º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8A717F is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 113 | 127 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.46 |
| HSL | 326.4º | 0.1% | 0.49% | - |
| HSV(B) | 326.4º | 0.18% | 0.54% | - |
| XYZ | 20.22 | 18.75 | 22.63 | - |
| YUV | 122.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 113 | 127 | 0 | 0.18 | 0.08 | 0.46 | 326.4 | 0.1 | 0.49 |
| Hex | 8A | 71 | 7F | 0 | 12 | 8 | 2E | 146 | A | 31 |
| Octal | 212 | 161 | 177 | 0 | 22 | 10 | 56 | 506 | 12 | 61 |
| Binary | 10001010 | 1110001 | 1111111 | 0 | 10010 | 1000 | 101110 | 101000110 | 1010 | 110001 |
Color Harmonies of #8A717F
Complementary color
Monochromatic Colors of #8A717F
Black with #8A717F
Text Example
Text Example
White with #8A717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A717F; }
p { color: rgb(138,113,127); }
H1.HeaderClassName
{
color: #8A717F;
}
.AnyTagClassName
{
color: #8A717F;
}
</style>
background-color css
<style>
a { background-color: #8A717F; }
a { background-color: rgb(138,113,127); }
div.DivClassName
{
background-color: #8A717F;
}
.BgClassName
{
background-color: #8A717F;
}
</style>
border-color css
<style>
span { border-color: #8A717F; }
span { border-color: rgb(138,113,127); }
td.TdClassName
{
border-color: #8A717F;
}
.TagClassName
{
border-color: #8A717F;
}
</style>