Shades of Strikemaster #89687D
Tints of Strikemaster #89687D
RGB
CMYK
RGB Variations
Color information
#89687D (or 0x89687D) is known color: Strikemaster. HEX triplet: 89, 68 and 7D. RGB value is (137,104,125). Sum of RGB (Red+Green+Blue) = 137+104+125=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 137 - color contains mainly: red. Hex color #89687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89687D is #769782. Grayscale: #747474. Windows color (decimal): -7772035 or 8218761. OLE color: 8218761.
HSL color Cylindrical-coordinate representation of color #89687D: hue angle of 321.82º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89687D is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 104 | 125 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.46 |
| HSL | 321.82º | 0.14% | 0.47% | - |
| HSV(B) | 321.82º | 0.24% | 0.54% | - |
| XYZ | 18.97 | 16.7 | 21.63 | - |
| YUV | 116.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 125 | 0 | 0.24 | 0.09 | 0.46 | 321.82 | 0.14 | 0.47 |
| Hex | 89 | 68 | 7D | 0 | 18 | 9 | 2E | 142 | E | 2F |
| Octal | 211 | 150 | 175 | 0 | 30 | 11 | 56 | 502 | 16 | 57 |
| Binary | 10001001 | 1101000 | 1111101 | 0 | 11000 | 1001 | 101110 | 101000010 | 1110 | 101111 |
Color Harmonies of #89687D
Complementary color
Monochromatic Colors of #89687D
Black with #89687D
Text Example
Text Example
White with #89687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89687D; }
p { color: rgb(137,104,125); }
H1.HeaderClassName
{
color: #89687D;
}
.AnyTagClassName
{
color: #89687D;
}
</style>
background-color css
<style>
a { background-color: #89687D; }
a { background-color: rgb(137,104,125); }
div.DivClassName
{
background-color: #89687D;
}
.BgClassName
{
background-color: #89687D;
}
</style>
border-color css
<style>
span { border-color: #89687D; }
span { border-color: rgb(137,104,125); }
td.TdClassName
{
border-color: #89687D;
}
.TagClassName
{
border-color: #89687D;
}
</style>