Shades of Strikemaster #907084
Tints of Strikemaster #907084
RGB
CMYK
RGB Variations
Color information
#907084 (or 0x907084) is known color: Strikemaster. HEX triplet: 90, 70 and 84. RGB value is (144,112,132). Sum of RGB (Red+Green+Blue) = 144+112+132=388 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.11% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 144 - color contains mainly: red. Hex color #907084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907084 is #6F8F7B. Grayscale: #7B7B7B. Windows color (decimal): -7311228 or 8679568. OLE color: 8679568.
HSL color Cylindrical-coordinate representation of color #907084: hue angle of 322.5º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #907084 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 112 | 132 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.44 |
| HSL | 322.5º | 0.13% | 0.5% | - |
| HSV(B) | 322.5º | 0.22% | 0.56% | - |
| XYZ | 21.46 | 19.18 | 24.4 | - |
| YUV | 123.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 132 | 0 | 0.22 | 0.08 | 0.44 | 322.5 | 0.13 | 0.5 |
| Hex | 90 | 70 | 84 | 0 | 16 | 8 | 2C | 142 | D | 32 |
| Octal | 220 | 160 | 204 | 0 | 26 | 10 | 54 | 502 | 15 | 62 |
| Binary | 10010000 | 1110000 | 10000100 | 0 | 10110 | 1000 | 101100 | 101000010 | 1101 | 110010 |
Color Harmonies of #907084
Complementary color
Monochromatic Colors of #907084
Black with #907084
Text Example
Text Example
White with #907084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907084; }
p { color: rgb(144,112,132); }
H1.HeaderClassName
{
color: #907084;
}
.AnyTagClassName
{
color: #907084;
}
</style>
background-color css
<style>
a { background-color: #907084; }
a { background-color: rgb(144,112,132); }
div.DivClassName
{
background-color: #907084;
}
.BgClassName
{
background-color: #907084;
}
</style>
border-color css
<style>
span { border-color: #907084; }
span { border-color: rgb(144,112,132); }
td.TdClassName
{
border-color: #907084;
}
.TagClassName
{
border-color: #907084;
}
</style>