Shades of Strikemaster #8B687D
Tints of Strikemaster #8B687D
RGB
CMYK
RGB Variations
Color information
#8B687D (or 0x8B687D) is known color: Strikemaster. HEX triplet: 8B, 68 and 7D. RGB value is (139,104,125). Sum of RGB (Red+Green+Blue) = 139+104+125=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 139 - color contains mainly: red. Hex color #8B687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B687D is #749782. Grayscale: #747474. Windows color (decimal): -7640963 or 8218763. OLE color: 8218763.
HSL color Cylindrical-coordinate representation of color #8B687D: hue angle of 324º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B687D is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 125 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.45 |
| HSL | 324º | 0.14% | 0.48% | - |
| HSV(B) | 324º | 0.25% | 0.55% | - |
| XYZ | 19.3 | 16.87 | 21.64 | - |
| YUV | 116.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 125 | 0 | 0.25 | 0.10 | 0.45 | 324 | 0.14 | 0.48 |
| Hex | 8B | 68 | 7D | 0 | 19 | A | 2D | 144 | E | 30 |
| Octal | 213 | 150 | 175 | 0 | 31 | 12 | 55 | 504 | 16 | 60 |
| Binary | 10001011 | 1101000 | 1111101 | 0 | 11001 | 1010 | 101101 | 101000100 | 1110 | 110000 |
Color Harmonies of #8B687D
Complementary color
Monochromatic Colors of #8B687D
Black with #8B687D
Text Example
Text Example
White with #8B687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B687D; }
p { color: rgb(139,104,125); }
H1.HeaderClassName
{
color: #8B687D;
}
.AnyTagClassName
{
color: #8B687D;
}
</style>
background-color css
<style>
a { background-color: #8B687D; }
a { background-color: rgb(139,104,125); }
div.DivClassName
{
background-color: #8B687D;
}
.BgClassName
{
background-color: #8B687D;
}
</style>
border-color css
<style>
span { border-color: #8B687D; }
span { border-color: rgb(139,104,125); }
td.TdClassName
{
border-color: #8B687D;
}
.TagClassName
{
border-color: #8B687D;
}
</style>