Shades of Strikemaster #98657B
Tints of Strikemaster #98657B
RGB
CMYK
RGB Variations
Color information
#98657B (or 0x98657B) is known color: Strikemaster. HEX triplet: 98, 65 and 7B. RGB value is (152,101,123). Sum of RGB (Red+Green+Blue) = 152+101+123=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #98657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98657B is #679A84. Grayscale: #767676. Windows color (decimal): -6789765 or 8086936. OLE color: 8086936.
HSL color Cylindrical-coordinate representation of color #98657B: hue angle of 334.12º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98657B is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 123 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.40 |
| HSL | 334.12º | 0.2% | 0.5% | - |
| HSV(B) | 334.12º | 0.34% | 0.6% | - |
| XYZ | 21.18 | 17.41 | 20.98 | - |
| YUV | 118.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 123 | 0 | 0.34 | 0.19 | 0.40 | 334.12 | 0.2 | 0.5 |
| Hex | 98 | 65 | 7B | 0 | 22 | 13 | 28 | 14E | 14 | 32 |
| Octal | 230 | 145 | 173 | 0 | 42 | 23 | 50 | 516 | 24 | 62 |
| Binary | 10011000 | 1100101 | 1111011 | 0 | 100010 | 10011 | 101000 | 101001110 | 10100 | 110010 |
Color Harmonies of #98657B
Complementary color
Monochromatic Colors of #98657B
Black with #98657B
Text Example
Text Example
White with #98657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98657B; }
p { color: rgb(152,101,123); }
H1.HeaderClassName
{
color: #98657B;
}
.AnyTagClassName
{
color: #98657B;
}
</style>
background-color css
<style>
a { background-color: #98657B; }
a { background-color: rgb(152,101,123); }
div.DivClassName
{
background-color: #98657B;
}
.BgClassName
{
background-color: #98657B;
}
</style>
border-color css
<style>
span { border-color: #98657B; }
span { border-color: rgb(152,101,123); }
td.TdClassName
{
border-color: #98657B;
}
.TagClassName
{
border-color: #98657B;
}
</style>