Shades of Strikemaster #897482
Tints of Strikemaster #897482
RGB
CMYK
RGB Variations
Color information
#897482 (or 0x897482) is known color: Strikemaster. HEX triplet: 89, 74 and 82. RGB value is (137,116,130). Sum of RGB (Red+Green+Blue) = 137+116+130=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 137 - color contains mainly: red. Hex color #897482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897482 is #768B7D. Grayscale: #7B7B7B. Windows color (decimal): -7768958 or 8549513. OLE color: 8549513.
HSL color Cylindrical-coordinate representation of color #897482: hue angle of 320º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #897482 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 116 | 130 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.46 |
| HSL | 320º | 0.08% | 0.5% | - |
| HSV(B) | 320º | 0.15% | 0.54% | - |
| XYZ | 20.59 | 19.42 | 23.78 | - |
| YUV | 123.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 116 | 130 | 0 | 0.15 | 0.05 | 0.46 | 320 | 0.08 | 0.5 |
| Hex | 89 | 74 | 82 | 0 | F | 5 | 2E | 140 | 8 | 32 |
| Octal | 211 | 164 | 202 | 0 | 17 | 5 | 56 | 500 | 10 | 62 |
| Binary | 10001001 | 1110100 | 10000010 | 0 | 1111 | 101 | 101110 | 101000000 | 1000 | 110010 |
Color Harmonies of #897482
Complementary color
Monochromatic Colors of #897482
Black with #897482
Text Example
Text Example
White with #897482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897482; }
p { color: rgb(137,116,130); }
H1.HeaderClassName
{
color: #897482;
}
.AnyTagClassName
{
color: #897482;
}
</style>
background-color css
<style>
a { background-color: #897482; }
a { background-color: rgb(137,116,130); }
div.DivClassName
{
background-color: #897482;
}
.BgClassName
{
background-color: #897482;
}
</style>
border-color css
<style>
span { border-color: #897482; }
span { border-color: rgb(137,116,130); }
td.TdClassName
{
border-color: #897482;
}
.TagClassName
{
border-color: #897482;
}
</style>