Shades of Strikemaster #986789
Tints of Strikemaster #986789
RGB
CMYK
RGB Variations
Color information
#986789 (or 0x986789) is known color: Strikemaster. HEX triplet: 98, 67 and 89. RGB value is (152,103,137). Sum of RGB (Red+Green+Blue) = 152+103+137=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #986789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986789 is #679876. Grayscale: #797979. Windows color (decimal): -6789239 or 9004952. OLE color: 9004952.
HSL color Cylindrical-coordinate representation of color #986789: hue angle of 318.37º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #986789 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 137 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.40 |
| HSL | 318.37º | 0.19% | 0.5% | - |
| HSV(B) | 318.37º | 0.32% | 0.6% | - |
| XYZ | 22.31 | 18.18 | 26 | - |
| YUV | 121.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 137 | 0 | 0.32 | 0.10 | 0.40 | 318.37 | 0.19 | 0.5 |
| Hex | 98 | 67 | 89 | 0 | 20 | A | 28 | 13E | 13 | 32 |
| Octal | 230 | 147 | 211 | 0 | 40 | 12 | 50 | 476 | 23 | 62 |
| Binary | 10011000 | 1100111 | 10001001 | 0 | 100000 | 1010 | 101000 | 100111110 | 10011 | 110010 |
Color Harmonies of #986789
Complementary color
Monochromatic Colors of #986789
Black with #986789
Text Example
Text Example
White with #986789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986789; }
p { color: rgb(152,103,137); }
H1.HeaderClassName
{
color: #986789;
}
.AnyTagClassName
{
color: #986789;
}
</style>
background-color css
<style>
a { background-color: #986789; }
a { background-color: rgb(152,103,137); }
div.DivClassName
{
background-color: #986789;
}
.BgClassName
{
background-color: #986789;
}
</style>
border-color css
<style>
span { border-color: #986789; }
span { border-color: rgb(152,103,137); }
td.TdClassName
{
border-color: #986789;
}
.TagClassName
{
border-color: #986789;
}
</style>