Shades of Strikemaster #89647E
Tints of Strikemaster #89647E
RGB
CMYK
RGB Variations
Color information
#89647E (or 0x89647E) is known color: Strikemaster. HEX triplet: 89, 64 and 7E. RGB value is (137,100,126). Sum of RGB (Red+Green+Blue) = 137+100+126=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 137 - color contains mainly: red. Hex color #89647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89647E is #769B81. Grayscale: #717171. Windows color (decimal): -7773058 or 8283273. OLE color: 8283273.
HSL color Cylindrical-coordinate representation of color #89647E: hue angle of 317.84º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89647E is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 100 | 126 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.46 |
| HSL | 317.84º | 0.16% | 0.46% | - |
| HSV(B) | 317.84º | 0.27% | 0.54% | - |
| XYZ | 18.64 | 15.94 | 21.83 | - |
| YUV | 114.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 126 | 0 | 0.27 | 0.08 | 0.46 | 317.84 | 0.16 | 0.46 |
| Hex | 89 | 64 | 7E | 0 | 1B | 8 | 2E | 13E | 10 | 2E |
| Octal | 211 | 144 | 176 | 0 | 33 | 10 | 56 | 476 | 20 | 56 |
| Binary | 10001001 | 1100100 | 1111110 | 0 | 11011 | 1000 | 101110 | 100111110 | 10000 | 101110 |
Color Harmonies of #89647E
Complementary color
Monochromatic Colors of #89647E
Black with #89647E
Text Example
Text Example
White with #89647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89647E; }
p { color: rgb(137,100,126); }
H1.HeaderClassName
{
color: #89647E;
}
.AnyTagClassName
{
color: #89647E;
}
</style>
background-color css
<style>
a { background-color: #89647E; }
a { background-color: rgb(137,100,126); }
div.DivClassName
{
background-color: #89647E;
}
.BgClassName
{
background-color: #89647E;
}
</style>
border-color css
<style>
span { border-color: #89647E; }
span { border-color: rgb(137,100,126); }
td.TdClassName
{
border-color: #89647E;
}
.TagClassName
{
border-color: #89647E;
}
</style>