Shades of Strikemaster #94657B
Tints of Strikemaster #94657B
RGB
CMYK
RGB Variations
Color information
#94657B (or 0x94657B) is known color: Strikemaster. HEX triplet: 94, 65 and 7B. RGB value is (148,101,123). Sum of RGB (Red+Green+Blue) = 148+101+123=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 148 - color contains mainly: red. Hex color #94657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94657B is #6B9A84. Grayscale: #757575. Windows color (decimal): -7051909 or 8086932. OLE color: 8086932.
HSL color Cylindrical-coordinate representation of color #94657B: hue angle of 331.91º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94657B is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 101 | 123 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.42 |
| HSL | 331.91º | 0.19% | 0.49% | - |
| HSV(B) | 331.91º | 0.32% | 0.58% | - |
| XYZ | 20.44 | 17.03 | 20.95 | - |
| YUV | 117.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 123 | 0 | 0.32 | 0.17 | 0.42 | 331.91 | 0.19 | 0.49 |
| Hex | 94 | 65 | 7B | 0 | 20 | 11 | 2A | 14C | 13 | 31 |
| Octal | 224 | 145 | 173 | 0 | 40 | 21 | 52 | 514 | 23 | 61 |
| Binary | 10010100 | 1100101 | 1111011 | 0 | 100000 | 10001 | 101010 | 101001100 | 10011 | 110001 |
Color Harmonies of #94657B
Complementary color
Monochromatic Colors of #94657B
Black with #94657B
Text Example
Text Example
White with #94657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94657B; }
p { color: rgb(148,101,123); }
H1.HeaderClassName
{
color: #94657B;
}
.AnyTagClassName
{
color: #94657B;
}
</style>
background-color css
<style>
a { background-color: #94657B; }
a { background-color: rgb(148,101,123); }
div.DivClassName
{
background-color: #94657B;
}
.BgClassName
{
background-color: #94657B;
}
</style>
border-color css
<style>
span { border-color: #94657B; }
span { border-color: rgb(148,101,123); }
td.TdClassName
{
border-color: #94657B;
}
.TagClassName
{
border-color: #94657B;
}
</style>