Shades of Strikemaster #8D657E
Tints of Strikemaster #8D657E
RGB
CMYK
RGB Variations
Color information
#8D657E (or 0x8D657E) is known color: Strikemaster. HEX triplet: 8D, 65 and 7E. RGB value is (141,101,126). Sum of RGB (Red+Green+Blue) = 141+101+126=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 141 - color contains mainly: red. Hex color #8D657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D657E is #729A81. Grayscale: #737373. Windows color (decimal): -7510658 or 8283533. OLE color: 8283533.
HSL color Cylindrical-coordinate representation of color #8D657E: hue angle of 322.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D657E is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 101 | 126 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.45 |
| HSL | 322.5º | 0.17% | 0.47% | - |
| HSV(B) | 322.5º | 0.28% | 0.55% | - |
| XYZ | 19.4 | 16.48 | 21.9 | - |
| YUV | 115.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 126 | 0 | 0.28 | 0.11 | 0.45 | 322.5 | 0.17 | 0.47 |
| Hex | 8D | 65 | 7E | 0 | 1C | B | 2D | 142 | 11 | 2F |
| Octal | 215 | 145 | 176 | 0 | 34 | 13 | 55 | 502 | 21 | 57 |
| Binary | 10001101 | 1100101 | 1111110 | 0 | 11100 | 1011 | 101101 | 101000010 | 10001 | 101111 |
Color Harmonies of #8D657E
Complementary color
Monochromatic Colors of #8D657E
Black with #8D657E
Text Example
Text Example
White with #8D657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D657E; }
p { color: rgb(141,101,126); }
H1.HeaderClassName
{
color: #8D657E;
}
.AnyTagClassName
{
color: #8D657E;
}
</style>
background-color css
<style>
a { background-color: #8D657E; }
a { background-color: rgb(141,101,126); }
div.DivClassName
{
background-color: #8D657E;
}
.BgClassName
{
background-color: #8D657E;
}
</style>
border-color css
<style>
span { border-color: #8D657E; }
span { border-color: rgb(141,101,126); }
td.TdClassName
{
border-color: #8D657E;
}
.TagClassName
{
border-color: #8D657E;
}
</style>