Shades of Strikemaster #94687B
Tints of Strikemaster #94687B
RGB
CMYK
RGB Variations
Color information
#94687B (or 0x94687B) is known color: Strikemaster. HEX triplet: 94, 68 and 7B. RGB value is (148,104,123). Sum of RGB (Red+Green+Blue) = 148+104+123=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #94687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94687B is #6B9784. Grayscale: #777777. Windows color (decimal): -7051141 or 8087700. OLE color: 8087700.
HSL color Cylindrical-coordinate representation of color #94687B: hue angle of 334.09º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94687B is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 104 | 123 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.42 |
| HSL | 334.09º | 0.17% | 0.49% | - |
| HSV(B) | 334.09º | 0.3% | 0.58% | - |
| XYZ | 20.74 | 17.63 | 21.05 | - |
| YUV | 119.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 123 | 0 | 0.30 | 0.17 | 0.42 | 334.09 | 0.17 | 0.49 |
| Hex | 94 | 68 | 7B | 0 | 1E | 11 | 2A | 14E | 11 | 31 |
| Octal | 224 | 150 | 173 | 0 | 36 | 21 | 52 | 516 | 21 | 61 |
| Binary | 10010100 | 1101000 | 1111011 | 0 | 11110 | 10001 | 101010 | 101001110 | 10001 | 110001 |
Color Harmonies of #94687B
Complementary color
Monochromatic Colors of #94687B
Black with #94687B
Text Example
Text Example
White with #94687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94687B; }
p { color: rgb(148,104,123); }
H1.HeaderClassName
{
color: #94687B;
}
.AnyTagClassName
{
color: #94687B;
}
</style>
background-color css
<style>
a { background-color: #94687B; }
a { background-color: rgb(148,104,123); }
div.DivClassName
{
background-color: #94687B;
}
.BgClassName
{
background-color: #94687B;
}
</style>
border-color css
<style>
span { border-color: #94687B; }
span { border-color: rgb(148,104,123); }
td.TdClassName
{
border-color: #94687B;
}
.TagClassName
{
border-color: #94687B;
}
</style>