Shades of Strikemaster #8B657E
Tints of Strikemaster #8B657E
RGB
CMYK
RGB Variations
Color information
#8B657E (or 0x8B657E) is known color: Strikemaster. HEX triplet: 8B, 65 and 7E. RGB value is (139,101,126). Sum of RGB (Red+Green+Blue) = 139+101+126=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B657E is #749A81. Grayscale: #737373. Windows color (decimal): -7641730 or 8283531. OLE color: 8283531.
HSL color Cylindrical-coordinate representation of color #8B657E: hue angle of 320.53º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B657E is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 126 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.45 |
| HSL | 320.53º | 0.16% | 0.47% | - |
| HSV(B) | 320.53º | 0.27% | 0.55% | - |
| XYZ | 19.07 | 16.3 | 21.88 | - |
| YUV | 115.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 126 | 0 | 0.27 | 0.09 | 0.45 | 320.53 | 0.16 | 0.47 |
| Hex | 8B | 65 | 7E | 0 | 1B | 9 | 2D | 141 | 10 | 2F |
| Octal | 213 | 145 | 176 | 0 | 33 | 11 | 55 | 501 | 20 | 57 |
| Binary | 10001011 | 1100101 | 1111110 | 0 | 11011 | 1001 | 101101 | 101000001 | 10000 | 101111 |
Color Harmonies of #8B657E
Complementary color
Monochromatic Colors of #8B657E
Black with #8B657E
Text Example
Text Example
White with #8B657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B657E; }
p { color: rgb(139,101,126); }
H1.HeaderClassName
{
color: #8B657E;
}
.AnyTagClassName
{
color: #8B657E;
}
</style>
background-color css
<style>
a { background-color: #8B657E; }
a { background-color: rgb(139,101,126); }
div.DivClassName
{
background-color: #8B657E;
}
.BgClassName
{
background-color: #8B657E;
}
</style>
border-color css
<style>
span { border-color: #8B657E; }
span { border-color: rgb(139,101,126); }
td.TdClassName
{
border-color: #8B657E;
}
.TagClassName
{
border-color: #8B657E;
}
</style>