Shades of Strikemaster #8B5B74
Tints of Strikemaster #8B5B74
RGB
CMYK
RGB Variations
Color information
#8B5B74 (or 0x8B5B74) is known color: Strikemaster. HEX triplet: 8B, 5B and 74. RGB value is (139,91,116). Sum of RGB (Red+Green+Blue) = 139+91+116=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5B74 is #74A48B. Grayscale: #6C6C6C. Windows color (decimal): -7644300 or 7625611. OLE color: 7625611.
HSL color Cylindrical-coordinate representation of color #8B5B74: hue angle of 328.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B5B74 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 91 | 116 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.45 |
| HSL | 328.75º | 0.21% | 0.45% | - |
| HSV(B) | 328.75º | 0.35% | 0.55% | - |
| XYZ | 17.54 | 14.23 | 18.35 | - |
| YUV | 108.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 116 | 0 | 0.35 | 0.17 | 0.45 | 328.75 | 0.21 | 0.45 |
| Hex | 8B | 5B | 74 | 0 | 23 | 11 | 2D | 149 | 15 | 2D |
| Octal | 213 | 133 | 164 | 0 | 43 | 21 | 55 | 511 | 25 | 55 |
| Binary | 10001011 | 1011011 | 1110100 | 0 | 100011 | 10001 | 101101 | 101001001 | 10101 | 101101 |
Color Harmonies of #8B5B74
Complementary color
Monochromatic Colors of #8B5B74
Black with #8B5B74
Text Example
Text Example
White with #8B5B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5B74; }
p { color: rgb(139,91,116); }
H1.HeaderClassName
{
color: #8B5B74;
}
.AnyTagClassName
{
color: #8B5B74;
}
</style>
background-color css
<style>
a { background-color: #8B5B74; }
a { background-color: rgb(139,91,116); }
div.DivClassName
{
background-color: #8B5B74;
}
.BgClassName
{
background-color: #8B5B74;
}
</style>
border-color css
<style>
span { border-color: #8B5B74; }
span { border-color: rgb(139,91,116); }
td.TdClassName
{
border-color: #8B5B74;
}
.TagClassName
{
border-color: #8B5B74;
}
</style>