Shades of Strikemaster #895B7B
Tints of Strikemaster #895B7B
RGB
CMYK
RGB Variations
Color information
#895B7B (or 0x895B7B) is known color: Strikemaster. HEX triplet: 89, 5B and 7B. RGB value is (137,91,123). Sum of RGB (Red+Green+Blue) = 137+91+123=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #895B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895B7B is #76A484. Grayscale: #6C6C6C. Windows color (decimal): -7775365 or 8084361. OLE color: 8084361.
HSL color Cylindrical-coordinate representation of color #895B7B: hue angle of 318.26º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #895B7B is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 91 | 123 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.46 |
| HSL | 318.26º | 0.2% | 0.45% | - |
| HSV(B) | 318.26º | 0.34% | 0.54% | - |
| XYZ | 17.63 | 14.23 | 20.56 | - |
| YUV | 108.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 123 | 0 | 0.34 | 0.10 | 0.46 | 318.26 | 0.2 | 0.45 |
| Hex | 89 | 5B | 7B | 0 | 22 | A | 2E | 13E | 14 | 2D |
| Octal | 211 | 133 | 173 | 0 | 42 | 12 | 56 | 476 | 24 | 55 |
| Binary | 10001001 | 1011011 | 1111011 | 0 | 100010 | 1010 | 101110 | 100111110 | 10100 | 101101 |
Color Harmonies of #895B7B
Complementary color
Monochromatic Colors of #895B7B
Black with #895B7B
Text Example
Text Example
White with #895B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895B7B; }
p { color: rgb(137,91,123); }
H1.HeaderClassName
{
color: #895B7B;
}
.AnyTagClassName
{
color: #895B7B;
}
</style>
background-color css
<style>
a { background-color: #895B7B; }
a { background-color: rgb(137,91,123); }
div.DivClassName
{
background-color: #895B7B;
}
.BgClassName
{
background-color: #895B7B;
}
</style>
border-color css
<style>
span { border-color: #895B7B; }
span { border-color: rgb(137,91,123); }
td.TdClassName
{
border-color: #895B7B;
}
.TagClassName
{
border-color: #895B7B;
}
</style>