Shades of Strikemaster #8B5E7B
Tints of Strikemaster #8B5E7B
RGB
CMYK
RGB Variations
Color information
#8B5E7B (or 0x8B5E7B) is known color: Strikemaster. HEX triplet: 8B, 5E and 7B. RGB value is (139,94,123). Sum of RGB (Red+Green+Blue) = 139+94+123=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E7B is #74A184. Grayscale: #6E6E6E. Windows color (decimal): -7643525 or 8085131. OLE color: 8085131.
HSL color Cylindrical-coordinate representation of color #8B5E7B: hue angle of 321.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B5E7B is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
RGB | 139 | 94 | 123 | - |
CMYK | 0 | 0.32 | 0.12 | 0.45 |
HSL | 321.33º | 0.19% | 0.46% | - |
HSV(B) | 321.33º | 0.32% | 0.55% | - |
XYZ | 18.23 | 14.92 | 20.66 | - |
YUV | 110.76 | 134.91 | 148.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 139 | 94 | 123 | 0 | 0.32 | 0.12 | 0.45 | 321.33 | 0.19 | 0.46 |
Hex | 8B | 5E | 7B | 0 | 20 | C | 2D | 141 | 13 | 2E |
Octal | 213 | 136 | 173 | 0 | 40 | 14 | 55 | 501 | 23 | 56 |
Binary | 10001011 | 1011110 | 1111011 | 0 | 100000 | 1100 | 101101 | 101000001 | 10011 | 101110 |
Color Harmonies of #8B5E7B
Complementary color
Monochromatic Colors of #8B5E7B
Black with #8B5E7B
Text Example
Text Example
White with #8B5E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E7B; }
p { color: rgb(139,94,123); }
H1.HeaderClassName
{
color: #8B5E7B;
}
.AnyTagClassName
{
color: #8B5E7B;
}
</style>
background-color css
<style>
a { background-color: #8B5E7B; }
a { background-color: rgb(139,94,123); }
div.DivClassName
{
background-color: #8B5E7B;
}
.BgClassName
{
background-color: #8B5E7B;
}
</style>
border-color css
<style>
span { border-color: #8B5E7B; }
span { border-color: rgb(139,94,123); }
td.TdClassName
{
border-color: #8B5E7B;
}
.TagClassName
{
border-color: #8B5E7B;
}
</style>