Shades of Strikemaster #986784
Tints of Strikemaster #986784
RGB
CMYK
RGB Variations
Color information
#986784 (or 0x986784) is known color: Strikemaster. HEX triplet: 98, 67 and 84. RGB value is (152,103,132). Sum of RGB (Red+Green+Blue) = 152+103+132=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #986784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986784 is #67987B. Grayscale: #787878. Windows color (decimal): -6789244 or 8677272. OLE color: 8677272.
HSL color Cylindrical-coordinate representation of color #986784: hue angle of 324.49º 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 #986784 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 132 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.40 |
| HSL | 324.49º | 0.19% | 0.5% | - |
| HSV(B) | 324.49º | 0.32% | 0.6% | - |
| XYZ | 21.96 | 18.04 | 24.15 | - |
| YUV | 120.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 132 | 0 | 0.32 | 0.13 | 0.40 | 324.49 | 0.19 | 0.5 |
| Hex | 98 | 67 | 84 | 0 | 20 | D | 28 | 144 | 13 | 32 |
| Octal | 230 | 147 | 204 | 0 | 40 | 15 | 50 | 504 | 23 | 62 |
| Binary | 10011000 | 1100111 | 10000100 | 0 | 100000 | 1101 | 101000 | 101000100 | 10011 | 110010 |
Color Harmonies of #986784
Complementary color
Monochromatic Colors of #986784
Black with #986784
Text Example
Text Example
White with #986784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986784; }
p { color: rgb(152,103,132); }
H1.HeaderClassName
{
color: #986784;
}
.AnyTagClassName
{
color: #986784;
}
</style>
background-color css
<style>
a { background-color: #986784; }
a { background-color: rgb(152,103,132); }
div.DivClassName
{
background-color: #986784;
}
.BgClassName
{
background-color: #986784;
}
</style>
border-color css
<style>
span { border-color: #986784; }
span { border-color: rgb(152,103,132); }
td.TdClassName
{
border-color: #986784;
}
.TagClassName
{
border-color: #986784;
}
</style>