Shades of Strikemaster #914F7E
Tints of Strikemaster #914F7E
RGB
CMYK
RGB Variations
Color information
#914F7E (or 0x914F7E) is known color: Strikemaster. HEX triplet: 91, 4F and 7E. RGB value is (145,79,126). Sum of RGB (Red+Green+Blue) = 145+79+126=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 145 - color contains mainly: red. Hex color #914F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #914F7E is #6EB081. Grayscale: #676767. Windows color (decimal): -7254146 or 8277905. OLE color: 8277905.
HSL color Cylindrical-coordinate representation of color #914F7E: hue angle of 317.27º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #914F7E is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 79 | 126 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.43 |
| HSL | 317.27º | 0.29% | 0.44% | - |
| HSV(B) | 317.27º | 0.46% | 0.57% | - |
| XYZ | 18.24 | 13.12 | 21.31 | - |
| YUV | 104.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 126 | 0 | 0.46 | 0.13 | 0.43 | 317.27 | 0.29 | 0.44 |
| Hex | 91 | 4F | 7E | 0 | 2E | D | 2B | 13D | 1D | 2C |
| Octal | 221 | 117 | 176 | 0 | 56 | 15 | 53 | 475 | 35 | 54 |
| Binary | 10010001 | 1001111 | 1111110 | 0 | 101110 | 1101 | 101011 | 100111101 | 11101 | 101100 |
Color Harmonies of #914F7E
Complementary color
Monochromatic Colors of #914F7E
Black with #914F7E
Text Example
Text Example
White with #914F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914F7E; }
p { color: rgb(145,79,126); }
H1.HeaderClassName
{
color: #914F7E;
}
.AnyTagClassName
{
color: #914F7E;
}
</style>
background-color css
<style>
a { background-color: #914F7E; }
a { background-color: rgb(145,79,126); }
div.DivClassName
{
background-color: #914F7E;
}
.BgClassName
{
background-color: #914F7E;
}
</style>
border-color css
<style>
span { border-color: #914F7E; }
span { border-color: rgb(145,79,126); }
td.TdClassName
{
border-color: #914F7E;
}
.TagClassName
{
border-color: #914F7E;
}
</style>