Shades of Strikemaster #8B5777
Tints of Strikemaster #8B5777
RGB
CMYK
RGB Variations
Color information
#8B5777 (or 0x8B5777) is known color: Strikemaster. HEX triplet: 8B, 57 and 77. RGB value is (139,87,119). Sum of RGB (Red+Green+Blue) = 139+87+119=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5777 is #74A888. Grayscale: #6A6A6A. Windows color (decimal): -7645321 or 7821195. OLE color: 7821195.
HSL color Cylindrical-coordinate representation of color #8B5777: hue angle of 323.08º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B5777 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 87 | 119 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.45 |
| HSL | 323.08º | 0.23% | 0.44% | - |
| HSV(B) | 323.08º | 0.37% | 0.55% | - |
| XYZ | 17.39 | 13.64 | 19.17 | - |
| YUV | 106.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 87 | 119 | 0 | 0.37 | 0.14 | 0.45 | 323.08 | 0.23 | 0.44 |
| Hex | 8B | 57 | 77 | 0 | 25 | E | 2D | 143 | 17 | 2C |
| Octal | 213 | 127 | 167 | 0 | 45 | 16 | 55 | 503 | 27 | 54 |
| Binary | 10001011 | 1010111 | 1110111 | 0 | 100101 | 1110 | 101101 | 101000011 | 10111 | 101100 |
Color Harmonies of #8B5777
Complementary color
Monochromatic Colors of #8B5777
Black with #8B5777
Text Example
Text Example
White with #8B5777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5777; }
p { color: rgb(139,87,119); }
H1.HeaderClassName
{
color: #8B5777;
}
.AnyTagClassName
{
color: #8B5777;
}
</style>
background-color css
<style>
a { background-color: #8B5777; }
a { background-color: rgb(139,87,119); }
div.DivClassName
{
background-color: #8B5777;
}
.BgClassName
{
background-color: #8B5777;
}
</style>
border-color css
<style>
span { border-color: #8B5777; }
span { border-color: rgb(139,87,119); }
td.TdClassName
{
border-color: #8B5777;
}
.TagClassName
{
border-color: #8B5777;
}
</style>