Shades of Strikemaster #8B6B7C
Tints of Strikemaster #8B6B7C
RGB
CMYK
RGB Variations
Color information
#8B6B7C (or 0x8B6B7C) is known color: Strikemaster. HEX triplet: 8B, 6B and 7C. RGB value is (139,107,124). Sum of RGB (Red+Green+Blue) = 139+107+124=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6B7C is #749483. Grayscale: #767676. Windows color (decimal): -7640196 or 8153995. OLE color: 8153995.
HSL color Cylindrical-coordinate representation of color #8B6B7C: hue angle of 328.12º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B6B7C is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 107 | 124 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.45 |
| HSL | 328.13º | 0.13% | 0.48% | - |
| HSV(B) | 328.13º | 0.23% | 0.55% | - |
| XYZ | 19.54 | 17.46 | 21.41 | - |
| YUV | 118.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 124 | 0 | 0.23 | 0.11 | 0.45 | 328.13 | 0.13 | 0.48 |
| Hex | 8B | 6B | 7C | 0 | 17 | B | 2D | 148 | D | 30 |
| Octal | 213 | 153 | 174 | 0 | 27 | 13 | 55 | 510 | 15 | 60 |
| Binary | 10001011 | 1101011 | 1111100 | 0 | 10111 | 1011 | 101101 | 101001000 | 1101 | 110000 |
Color Harmonies of #8B6B7C
Complementary color
Monochromatic Colors of #8B6B7C
Black with #8B6B7C
Text Example
Text Example
White with #8B6B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6B7C; }
p { color: rgb(139,107,124); }
H1.HeaderClassName
{
color: #8B6B7C;
}
.AnyTagClassName
{
color: #8B6B7C;
}
</style>
background-color css
<style>
a { background-color: #8B6B7C; }
a { background-color: rgb(139,107,124); }
div.DivClassName
{
background-color: #8B6B7C;
}
.BgClassName
{
background-color: #8B6B7C;
}
</style>
border-color css
<style>
span { border-color: #8B6B7C; }
span { border-color: rgb(139,107,124); }
td.TdClassName
{
border-color: #8B6B7C;
}
.TagClassName
{
border-color: #8B6B7C;
}
</style>