Shades of Strikemaster #897080
Tints of Strikemaster #897080
RGB
CMYK
RGB Variations
Color information
#897080 (or 0x897080) is known color: Strikemaster. HEX triplet: 89, 70 and 80. RGB value is (137,112,128). Sum of RGB (Red+Green+Blue) = 137+112+128=377 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.34% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 137 - color contains mainly: red. Hex color #897080 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897080 is #768F7F. Grayscale: #797979. Windows color (decimal): -7769984 or 8417417. OLE color: 8417417.
HSL color Cylindrical-coordinate representation of color #897080: hue angle of 321.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #897080 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 112 | 128 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.46 |
| HSL | 321.6º | 0.1% | 0.49% | - |
| HSV(B) | 321.6º | 0.18% | 0.54% | - |
| XYZ | 20.01 | 18.47 | 22.93 | - |
| YUV | 121.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 112 | 128 | 0 | 0.18 | 0.07 | 0.46 | 321.6 | 0.1 | 0.49 |
| Hex | 89 | 70 | 80 | 0 | 12 | 7 | 2E | 142 | A | 31 |
| Octal | 211 | 160 | 200 | 0 | 22 | 7 | 56 | 502 | 12 | 61 |
| Binary | 10001001 | 1110000 | 10000000 | 0 | 10010 | 111 | 101110 | 101000010 | 1010 | 110001 |
Color Harmonies of #897080
Complementary color
Monochromatic Colors of #897080
Black with #897080
Text Example
Text Example
White with #897080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897080; }
p { color: rgb(137,112,128); }
H1.HeaderClassName
{
color: #897080;
}
.AnyTagClassName
{
color: #897080;
}
</style>
background-color css
<style>
a { background-color: #897080; }
a { background-color: rgb(137,112,128); }
div.DivClassName
{
background-color: #897080;
}
.BgClassName
{
background-color: #897080;
}
</style>
border-color css
<style>
span { border-color: #897080; }
span { border-color: rgb(137,112,128); }
td.TdClassName
{
border-color: #897080;
}
.TagClassName
{
border-color: #897080;
}
</style>