Shades of Strikemaster #8B6F80
Tints of Strikemaster #8B6F80
RGB
CMYK
RGB Variations
Color information
#8B6F80 (or 0x8B6F80) is known color: Strikemaster. HEX triplet: 8B, 6F and 80. RGB value is (139,111,128). Sum of RGB (Red+Green+Blue) = 139+111+128=378 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.77% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6F80 is #74907F. Grayscale: #797979. Windows color (decimal): -7639168 or 8417163. OLE color: 8417163.
HSL color Cylindrical-coordinate representation of color #8B6F80: hue angle of 323.57º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B6F80 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 111 | 128 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.45 |
| HSL | 323.57º | 0.11% | 0.49% | - |
| HSV(B) | 323.57º | 0.2% | 0.55% | - |
| XYZ | 20.23 | 18.42 | 22.91 | - |
| YUV | 121.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 111 | 128 | 0 | 0.20 | 0.08 | 0.45 | 323.57 | 0.11 | 0.49 |
| Hex | 8B | 6F | 80 | 0 | 14 | 8 | 2D | 144 | B | 31 |
| Octal | 213 | 157 | 200 | 0 | 24 | 10 | 55 | 504 | 13 | 61 |
| Binary | 10001011 | 1101111 | 10000000 | 0 | 10100 | 1000 | 101101 | 101000100 | 1011 | 110001 |
Color Harmonies of #8B6F80
Complementary color
Monochromatic Colors of #8B6F80
Black with #8B6F80
Text Example
Text Example
White with #8B6F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6F80; }
p { color: rgb(139,111,128); }
H1.HeaderClassName
{
color: #8B6F80;
}
.AnyTagClassName
{
color: #8B6F80;
}
</style>
background-color css
<style>
a { background-color: #8B6F80; }
a { background-color: rgb(139,111,128); }
div.DivClassName
{
background-color: #8B6F80;
}
.BgClassName
{
background-color: #8B6F80;
}
</style>
border-color css
<style>
span { border-color: #8B6F80; }
span { border-color: rgb(139,111,128); }
td.TdClassName
{
border-color: #8B6F80;
}
.TagClassName
{
border-color: #8B6F80;
}
</style>