Shades of Strikemaster #986782
Tints of Strikemaster #986782
RGB
CMYK
RGB Variations
Color information
#986782 (or 0x986782) is known color: Strikemaster. HEX triplet: 98, 67 and 82. RGB value is (152,103,130). Sum of RGB (Red+Green+Blue) = 152+103+130=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #986782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986782 is #67987D. Grayscale: #787878. Windows color (decimal): -6789246 or 8546200. OLE color: 8546200.
HSL color Cylindrical-coordinate representation of color #986782: hue angle of 326.94º 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 #986782 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 130 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.40 |
| HSL | 326.94º | 0.19% | 0.5% | - |
| HSV(B) | 326.94º | 0.32% | 0.6% | - |
| XYZ | 21.83 | 17.99 | 23.44 | - |
| YUV | 120.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 130 | 0 | 0.32 | 0.14 | 0.40 | 326.94 | 0.19 | 0.5 |
| Hex | 98 | 67 | 82 | 0 | 20 | E | 28 | 147 | 13 | 32 |
| Octal | 230 | 147 | 202 | 0 | 40 | 16 | 50 | 507 | 23 | 62 |
| Binary | 10011000 | 1100111 | 10000010 | 0 | 100000 | 1110 | 101000 | 101000111 | 10011 | 110010 |
Color Harmonies of #986782
Complementary color
Monochromatic Colors of #986782
Black with #986782
Text Example
Text Example
White with #986782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986782; }
p { color: rgb(152,103,130); }
H1.HeaderClassName
{
color: #986782;
}
.AnyTagClassName
{
color: #986782;
}
</style>
background-color css
<style>
a { background-color: #986782; }
a { background-color: rgb(152,103,130); }
div.DivClassName
{
background-color: #986782;
}
.BgClassName
{
background-color: #986782;
}
</style>
border-color css
<style>
span { border-color: #986782; }
span { border-color: rgb(152,103,130); }
td.TdClassName
{
border-color: #986782;
}
.TagClassName
{
border-color: #986782;
}
</style>