Shades of Strikemaster #8B717D
Tints of Strikemaster #8B717D
RGB
CMYK
RGB Variations
Color information
#8B717D (or 0x8B717D) is known color: Strikemaster. HEX triplet: 8B, 71 and 7D. RGB value is (139,113,125). Sum of RGB (Red+Green+Blue) = 139+113+125=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B717D is #748E82. Grayscale: #7A7A7A. Windows color (decimal): -7638659 or 8221067. OLE color: 8221067.
HSL color Cylindrical-coordinate representation of color #8B717D: hue angle of 332.31º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B717D is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 125 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.45 |
| HSL | 332.31º | 0.1% | 0.49% | - |
| HSV(B) | 332.31º | 0.19% | 0.55% | - |
| XYZ | 20.25 | 18.78 | 21.96 | - |
| YUV | 122.14 | 129.61 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 125 | 0 | 0.19 | 0.10 | 0.45 | 332.31 | 0.1 | 0.49 |
| Hex | 8B | 71 | 7D | 0 | 13 | A | 2D | 14C | A | 31 |
| Octal | 213 | 161 | 175 | 0 | 23 | 12 | 55 | 514 | 12 | 61 |
| Binary | 10001011 | 1110001 | 1111101 | 0 | 10011 | 1010 | 101101 | 101001100 | 1010 | 110001 |
Color Harmonies of #8B717D
Complementary color
Monochromatic Colors of #8B717D
Black with #8B717D
Text Example
Text Example
White with #8B717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B717D; }
p { color: rgb(139,113,125); }
H1.HeaderClassName
{
color: #8B717D;
}
.AnyTagClassName
{
color: #8B717D;
}
</style>
background-color css
<style>
a { background-color: #8B717D; }
a { background-color: rgb(139,113,125); }
div.DivClassName
{
background-color: #8B717D;
}
.BgClassName
{
background-color: #8B717D;
}
</style>
border-color css
<style>
span { border-color: #8B717D; }
span { border-color: rgb(139,113,125); }
td.TdClassName
{
border-color: #8B717D;
}
.TagClassName
{
border-color: #8B717D;
}
</style>