Shades of Strikemaster #986688
Tints of Strikemaster #986688
RGB
CMYK
RGB Variations
Color information
#986688 (or 0x986688) is known color: Strikemaster. HEX triplet: 98, 66 and 88. RGB value is (152,102,136). Sum of RGB (Red+Green+Blue) = 152+102+136=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #986688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986688 is #679977. Grayscale: #787878. Windows color (decimal): -6789496 or 8939160. OLE color: 8939160.
HSL color Cylindrical-coordinate representation of color #986688: hue angle of 319.2º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #986688 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 102 | 136 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.40 |
| HSL | 319.2º | 0.2% | 0.5% | - |
| HSV(B) | 319.2º | 0.33% | 0.6% | - |
| XYZ | 22.14 | 17.96 | 25.59 | - |
| YUV | 120.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 136 | 0 | 0.33 | 0.11 | 0.40 | 319.2 | 0.2 | 0.5 |
| Hex | 98 | 66 | 88 | 0 | 21 | B | 28 | 13F | 14 | 32 |
| Octal | 230 | 146 | 210 | 0 | 41 | 13 | 50 | 477 | 24 | 62 |
| Binary | 10011000 | 1100110 | 10001000 | 0 | 100001 | 1011 | 101000 | 100111111 | 10100 | 110010 |
Color Harmonies of #986688
Complementary color
Monochromatic Colors of #986688
Black with #986688
Text Example
Text Example
White with #986688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986688; }
p { color: rgb(152,102,136); }
H1.HeaderClassName
{
color: #986688;
}
.AnyTagClassName
{
color: #986688;
}
</style>
background-color css
<style>
a { background-color: #986688; }
a { background-color: rgb(152,102,136); }
div.DivClassName
{
background-color: #986688;
}
.BgClassName
{
background-color: #986688;
}
</style>
border-color css
<style>
span { border-color: #986688; }
span { border-color: rgb(152,102,136); }
td.TdClassName
{
border-color: #986688;
}
.TagClassName
{
border-color: #986688;
}
</style>