Shades of Strikemaster #89647B
Tints of Strikemaster #89647B
RGB
CMYK
RGB Variations
Color information
#89647B (or 0x89647B) is known color: Strikemaster. HEX triplet: 89, 64 and 7B. RGB value is (137,100,123). Sum of RGB (Red+Green+Blue) = 137+100+123=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #89647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89647B is #769B84. Grayscale: #717171. Windows color (decimal): -7773061 or 8086665. OLE color: 8086665.
HSL color Cylindrical-coordinate representation of color #89647B: hue angle of 322.7º 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 #89647B is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 100 | 123 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.46 |
| HSL | 322.7º | 0.16% | 0.46% | - |
| HSV(B) | 322.7º | 0.27% | 0.54% | - |
| XYZ | 18.45 | 15.86 | 20.83 | - |
| YUV | 113.69 | 133.26 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 123 | 0 | 0.27 | 0.10 | 0.46 | 322.7 | 0.16 | 0.46 |
| Hex | 89 | 64 | 7B | 0 | 1B | A | 2E | 143 | 10 | 2E |
| Octal | 211 | 144 | 173 | 0 | 33 | 12 | 56 | 503 | 20 | 56 |
| Binary | 10001001 | 1100100 | 1111011 | 0 | 11011 | 1010 | 101110 | 101000011 | 10000 | 101110 |
Color Harmonies of #89647B
Complementary color
Monochromatic Colors of #89647B
Black with #89647B
Text Example
Text Example
White with #89647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89647B; }
p { color: rgb(137,100,123); }
H1.HeaderClassName
{
color: #89647B;
}
.AnyTagClassName
{
color: #89647B;
}
</style>
background-color css
<style>
a { background-color: #89647B; }
a { background-color: rgb(137,100,123); }
div.DivClassName
{
background-color: #89647B;
}
.BgClassName
{
background-color: #89647B;
}
</style>
border-color css
<style>
span { border-color: #89647B; }
span { border-color: rgb(137,100,123); }
td.TdClassName
{
border-color: #89647B;
}
.TagClassName
{
border-color: #89647B;
}
</style>