Shades of Strikemaster #8C657F
Tints of Strikemaster #8C657F
RGB
CMYK
RGB Variations
Color information
#8C657F (or 0x8C657F) is known color: Strikemaster. HEX triplet: 8C, 65 and 7F. RGB value is (140,101,127). Sum of RGB (Red+Green+Blue) = 140+101+127=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C657F is #739A80. Grayscale: #737373. Windows color (decimal): -7576193 or 8349068. OLE color: 8349068.
HSL color Cylindrical-coordinate representation of color #8C657F: hue angle of 320º degrees, saturation: 0.16, 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 #8C657F is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 101 | 127 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.45 |
| HSL | 320º | 0.16% | 0.47% | - |
| HSV(B) | 320º | 0.28% | 0.55% | - |
| XYZ | 19.3 | 16.42 | 22.23 | - |
| YUV | 115.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 127 | 0 | 0.28 | 0.09 | 0.45 | 320 | 0.16 | 0.47 |
| Hex | 8C | 65 | 7F | 0 | 1C | 9 | 2D | 140 | 10 | 2F |
| Octal | 214 | 145 | 177 | 0 | 34 | 11 | 55 | 500 | 20 | 57 |
| Binary | 10001100 | 1100101 | 1111111 | 0 | 11100 | 1001 | 101101 | 101000000 | 10000 | 101111 |
Color Harmonies of #8C657F
Complementary color
Monochromatic Colors of #8C657F
Black with #8C657F
Text Example
Text Example
White with #8C657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C657F; }
p { color: rgb(140,101,127); }
H1.HeaderClassName
{
color: #8C657F;
}
.AnyTagClassName
{
color: #8C657F;
}
</style>
background-color css
<style>
a { background-color: #8C657F; }
a { background-color: rgb(140,101,127); }
div.DivClassName
{
background-color: #8C657F;
}
.BgClassName
{
background-color: #8C657F;
}
</style>
border-color css
<style>
span { border-color: #8C657F; }
span { border-color: rgb(140,101,127); }
td.TdClassName
{
border-color: #8C657F;
}
.TagClassName
{
border-color: #8C657F;
}
</style>