Shades of Strikemaster #88627B
Tints of Strikemaster #88627B
RGB
CMYK
RGB Variations
Color information
#88627B (or 0x88627B) is known color: Strikemaster. HEX triplet: 88, 62 and 7B. RGB value is (136,98,123). Sum of RGB (Red+Green+Blue) = 136+98+123=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #88627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88627B is #779D84. Grayscale: #707070. Windows color (decimal): -7839109 or 8086152. OLE color: 8086152.
HSL color Cylindrical-coordinate representation of color #88627B: hue angle of 320.53º 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 #88627B is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 98 | 123 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.47 |
| HSL | 320.53º | 0.16% | 0.46% | - |
| HSV(B) | 320.53º | 0.28% | 0.53% | - |
| XYZ | 18.1 | 15.4 | 20.76 | - |
| YUV | 112.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 123 | 0 | 0.28 | 0.10 | 0.47 | 320.53 | 0.16 | 0.46 |
| Hex | 88 | 62 | 7B | 0 | 1C | A | 2F | 141 | 10 | 2E |
| Octal | 210 | 142 | 173 | 0 | 34 | 12 | 57 | 501 | 20 | 56 |
| Binary | 10001000 | 1100010 | 1111011 | 0 | 11100 | 1010 | 101111 | 101000001 | 10000 | 101110 |
Color Harmonies of #88627B
Complementary color
Monochromatic Colors of #88627B
Black with #88627B
Text Example
Text Example
White with #88627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88627B; }
p { color: rgb(136,98,123); }
H1.HeaderClassName
{
color: #88627B;
}
.AnyTagClassName
{
color: #88627B;
}
</style>
background-color css
<style>
a { background-color: #88627B; }
a { background-color: rgb(136,98,123); }
div.DivClassName
{
background-color: #88627B;
}
.BgClassName
{
background-color: #88627B;
}
</style>
border-color css
<style>
span { border-color: #88627B; }
span { border-color: rgb(136,98,123); }
td.TdClassName
{
border-color: #88627B;
}
.TagClassName
{
border-color: #88627B;
}
</style>