Shades of Strikemaster #8F697C
Tints of Strikemaster #8F697C
RGB
CMYK
RGB Variations
Color information
#8F697C (or 0x8F697C) is known color: Strikemaster. HEX triplet: 8F, 69 and 7C. RGB value is (143,105,124). Sum of RGB (Red+Green+Blue) = 143+105+124=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 143 - color contains mainly: red. Hex color #8F697C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F697C is #709683. Grayscale: #767676. Windows color (decimal): -7378564 or 8153487. OLE color: 8153487.
HSL color Cylindrical-coordinate representation of color #8F697C: hue angle of 330º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F697C is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 105 | 124 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.44 |
| HSL | 330º | 0.15% | 0.49% | - |
| HSV(B) | 330º | 0.27% | 0.56% | - |
| XYZ | 20.02 | 17.4 | 21.37 | - |
| YUV | 118.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 124 | 0 | 0.27 | 0.13 | 0.44 | 330 | 0.15 | 0.49 |
| Hex | 8F | 69 | 7C | 0 | 1B | D | 2C | 14A | F | 31 |
| Octal | 217 | 151 | 174 | 0 | 33 | 15 | 54 | 512 | 17 | 61 |
| Binary | 10001111 | 1101001 | 1111100 | 0 | 11011 | 1101 | 101100 | 101001010 | 1111 | 110001 |
Color Harmonies of #8F697C
Complementary color
Monochromatic Colors of #8F697C
Black with #8F697C
Text Example
Text Example
White with #8F697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F697C; }
p { color: rgb(143,105,124); }
H1.HeaderClassName
{
color: #8F697C;
}
.AnyTagClassName
{
color: #8F697C;
}
</style>
background-color css
<style>
a { background-color: #8F697C; }
a { background-color: rgb(143,105,124); }
div.DivClassName
{
background-color: #8F697C;
}
.BgClassName
{
background-color: #8F697C;
}
</style>
border-color css
<style>
span { border-color: #8F697C; }
span { border-color: rgb(143,105,124); }
td.TdClassName
{
border-color: #8F697C;
}
.TagClassName
{
border-color: #8F697C;
}
</style>