Shades of Strikemaster #8B7180
Tints of Strikemaster #8B7180
RGB
CMYK
RGB Variations
Color information
#8B7180 (or 0x8B7180) is known color: Strikemaster. HEX triplet: 8B, 71 and 80. RGB value is (139,113,128). Sum of RGB (Red+Green+Blue) = 139+113+128=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7180 is #748E7F. Grayscale: #7A7A7A. Windows color (decimal): -7638656 or 8417675. OLE color: 8417675.
HSL color Cylindrical-coordinate representation of color #8B7180: hue angle of 325.38º 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 #8B7180 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 128 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.45 |
| HSL | 325.38º | 0.1% | 0.49% | - |
| HSV(B) | 325.38º | 0.19% | 0.55% | - |
| XYZ | 20.45 | 18.86 | 22.98 | - |
| YUV | 122.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 128 | 0 | 0.19 | 0.08 | 0.45 | 325.38 | 0.1 | 0.49 |
| Hex | 8B | 71 | 80 | 0 | 13 | 8 | 2D | 145 | A | 31 |
| Octal | 213 | 161 | 200 | 0 | 23 | 10 | 55 | 505 | 12 | 61 |
| Binary | 10001011 | 1110001 | 10000000 | 0 | 10011 | 1000 | 101101 | 101000101 | 1010 | 110001 |
Color Harmonies of #8B7180
Complementary color
Monochromatic Colors of #8B7180
Black with #8B7180
Text Example
Text Example
White with #8B7180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7180; }
p { color: rgb(139,113,128); }
H1.HeaderClassName
{
color: #8B7180;
}
.AnyTagClassName
{
color: #8B7180;
}
</style>
background-color css
<style>
a { background-color: #8B7180; }
a { background-color: rgb(139,113,128); }
div.DivClassName
{
background-color: #8B7180;
}
.BgClassName
{
background-color: #8B7180;
}
</style>
border-color css
<style>
span { border-color: #8B7180; }
span { border-color: rgb(139,113,128); }
td.TdClassName
{
border-color: #8B7180;
}
.TagClassName
{
border-color: #8B7180;
}
</style>