Shades of Strikemaster #88627E
Tints of Strikemaster #88627E
RGB
CMYK
RGB Variations
Color information
#88627E (or 0x88627E) is known color: Strikemaster. HEX triplet: 88, 62 and 7E. RGB value is (136,98,126). Sum of RGB (Red+Green+Blue) = 136+98+126=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #88627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88627E is #779D81. Grayscale: #707070. Windows color (decimal): -7839106 or 8282760. OLE color: 8282760.
HSL color Cylindrical-coordinate representation of color #88627E: hue angle of 315.79º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88627E is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 98 | 126 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.47 |
| HSL | 315.79º | 0.16% | 0.46% | - |
| HSV(B) | 315.79º | 0.28% | 0.53% | - |
| XYZ | 18.29 | 15.48 | 21.76 | - |
| YUV | 112.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 126 | 0 | 0.28 | 0.07 | 0.47 | 315.79 | 0.16 | 0.46 |
| Hex | 88 | 62 | 7E | 0 | 1C | 7 | 2F | 13C | 10 | 2E |
| Octal | 210 | 142 | 176 | 0 | 34 | 7 | 57 | 474 | 20 | 56 |
| Binary | 10001000 | 1100010 | 1111110 | 0 | 11100 | 111 | 101111 | 100111100 | 10000 | 101110 |
Color Harmonies of #88627E
Complementary color
Monochromatic Colors of #88627E
Black with #88627E
Text Example
Text Example
White with #88627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88627E; }
p { color: rgb(136,98,126); }
H1.HeaderClassName
{
color: #88627E;
}
.AnyTagClassName
{
color: #88627E;
}
</style>
background-color css
<style>
a { background-color: #88627E; }
a { background-color: rgb(136,98,126); }
div.DivClassName
{
background-color: #88627E;
}
.BgClassName
{
background-color: #88627E;
}
</style>
border-color css
<style>
span { border-color: #88627E; }
span { border-color: rgb(136,98,126); }
td.TdClassName
{
border-color: #88627E;
}
.TagClassName
{
border-color: #88627E;
}
</style>