Shades of Strikemaster #8B7482
Tints of Strikemaster #8B7482
RGB
CMYK
RGB Variations
Color information
#8B7482 (or 0x8B7482) is known color: Strikemaster. HEX triplet: 8B, 74 and 82. RGB value is (139,116,130). Sum of RGB (Red+Green+Blue) = 139+116+130=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7482 is #748B7D. Grayscale: #7C7C7C. Windows color (decimal): -7637886 or 8549515. OLE color: 8549515.
HSL color Cylindrical-coordinate representation of color #8B7482: hue angle of 323.48º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B7482 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 116 | 130 | - |
| CMYK | 0 | 0.17 | 0.06 | 0.45 |
| HSL | 323.48º | 0.09% | 0.5% | - |
| HSV(B) | 323.48º | 0.17% | 0.55% | - |
| XYZ | 20.92 | 19.59 | 23.8 | - |
| YUV | 124.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 116 | 130 | 0 | 0.17 | 0.06 | 0.45 | 323.48 | 0.09 | 0.5 |
| Hex | 8B | 74 | 82 | 0 | 11 | 6 | 2D | 143 | 9 | 32 |
| Octal | 213 | 164 | 202 | 0 | 21 | 6 | 55 | 503 | 11 | 62 |
| Binary | 10001011 | 1110100 | 10000010 | 0 | 10001 | 110 | 101101 | 101000011 | 1001 | 110010 |
Color Harmonies of #8B7482
Complementary color
Monochromatic Colors of #8B7482
Black with #8B7482
Text Example
Text Example
White with #8B7482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7482; }
p { color: rgb(139,116,130); }
H1.HeaderClassName
{
color: #8B7482;
}
.AnyTagClassName
{
color: #8B7482;
}
</style>
background-color css
<style>
a { background-color: #8B7482; }
a { background-color: rgb(139,116,130); }
div.DivClassName
{
background-color: #8B7482;
}
.BgClassName
{
background-color: #8B7482;
}
</style>
border-color css
<style>
span { border-color: #8B7482; }
span { border-color: rgb(139,116,130); }
td.TdClassName
{
border-color: #8B7482;
}
.TagClassName
{
border-color: #8B7482;
}
</style>