Shades of Strikemaster #8B687E
Tints of Strikemaster #8B687E
RGB
CMYK
RGB Variations
Color information
#8B687E (or 0x8B687E) is known color: Strikemaster. HEX triplet: 8B, 68 and 7E. RGB value is (139,104,126). Sum of RGB (Red+Green+Blue) = 139+104+126=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B687E is #749781. Grayscale: #747474. Windows color (decimal): -7640962 or 8284299. OLE color: 8284299.
HSL color Cylindrical-coordinate representation of color #8B687E: hue angle of 322.29º 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 #8B687E is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 126 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.45 |
| HSL | 322.29º | 0.14% | 0.48% | - |
| HSV(B) | 322.29º | 0.25% | 0.55% | - |
| XYZ | 19.36 | 16.9 | 21.98 | - |
| YUV | 116.97 | 133.1 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 126 | 0 | 0.25 | 0.09 | 0.45 | 322.29 | 0.14 | 0.48 |
| Hex | 8B | 68 | 7E | 0 | 19 | 9 | 2D | 142 | E | 30 |
| Octal | 213 | 150 | 176 | 0 | 31 | 11 | 55 | 502 | 16 | 60 |
| Binary | 10001011 | 1101000 | 1111110 | 0 | 11001 | 1001 | 101101 | 101000010 | 1110 | 110000 |
Color Harmonies of #8B687E
Complementary color
Monochromatic Colors of #8B687E
Black with #8B687E
Text Example
Text Example
White with #8B687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B687E; }
p { color: rgb(139,104,126); }
H1.HeaderClassName
{
color: #8B687E;
}
.AnyTagClassName
{
color: #8B687E;
}
</style>
background-color css
<style>
a { background-color: #8B687E; }
a { background-color: rgb(139,104,126); }
div.DivClassName
{
background-color: #8B687E;
}
.BgClassName
{
background-color: #8B687E;
}
</style>
border-color css
<style>
span { border-color: #8B687E; }
span { border-color: rgb(139,104,126); }
td.TdClassName
{
border-color: #8B687E;
}
.TagClassName
{
border-color: #8B687E;
}
</style>