Shades of Strikemaster #8B7080
Tints of Strikemaster #8B7080
RGB
CMYK
RGB Variations
Color information
#8B7080 (or 0x8B7080) is known color: Strikemaster. HEX triplet: 8B, 70 and 80. RGB value is (139,112,128). Sum of RGB (Red+Green+Blue) = 139+112+128=379 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.68% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7080 is #748F7F. Grayscale: #797979. Windows color (decimal): -7638912 or 8417419. OLE color: 8417419.
HSL color Cylindrical-coordinate representation of color #8B7080: hue angle of 324.44º degrees, saturation: 0.11, 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 #8B7080 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 128 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.45 |
| HSL | 324.44º | 0.11% | 0.49% | - |
| HSV(B) | 324.44º | 0.19% | 0.55% | - |
| XYZ | 20.34 | 18.64 | 22.95 | - |
| YUV | 121.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 128 | 0 | 0.19 | 0.08 | 0.45 | 324.44 | 0.11 | 0.49 |
| Hex | 8B | 70 | 80 | 0 | 13 | 8 | 2D | 144 | B | 31 |
| Octal | 213 | 160 | 200 | 0 | 23 | 10 | 55 | 504 | 13 | 61 |
| Binary | 10001011 | 1110000 | 10000000 | 0 | 10011 | 1000 | 101101 | 101000100 | 1011 | 110001 |
Color Harmonies of #8B7080
Complementary color
Monochromatic Colors of #8B7080
Black with #8B7080
Text Example
Text Example
White with #8B7080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7080; }
p { color: rgb(139,112,128); }
H1.HeaderClassName
{
color: #8B7080;
}
.AnyTagClassName
{
color: #8B7080;
}
</style>
background-color css
<style>
a { background-color: #8B7080; }
a { background-color: rgb(139,112,128); }
div.DivClassName
{
background-color: #8B7080;
}
.BgClassName
{
background-color: #8B7080;
}
</style>
border-color css
<style>
span { border-color: #8B7080; }
span { border-color: rgb(139,112,128); }
td.TdClassName
{
border-color: #8B7080;
}
.TagClassName
{
border-color: #8B7080;
}
</style>