Shades of Strikemaster #907285
Tints of Strikemaster #907285
RGB
CMYK
RGB Variations
Color information
#907285 (or 0x907285) is known color: Strikemaster. HEX triplet: 90, 72 and 85. RGB value is (144,114,133). Sum of RGB (Red+Green+Blue) = 144+114+133=391 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.83% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 144 - color contains mainly: red. Hex color #907285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907285 is #6F8D7A. Grayscale: #7D7D7D. Windows color (decimal): -7310715 or 8745616. OLE color: 8745616.
HSL color Cylindrical-coordinate representation of color #907285: hue angle of 322º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #907285 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 114 | 133 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.44 |
| HSL | 322º | 0.12% | 0.51% | - |
| HSV(B) | 322º | 0.21% | 0.56% | - |
| XYZ | 21.75 | 19.66 | 24.84 | - |
| YUV | 125.14 | 132.44 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 114 | 133 | 0 | 0.21 | 0.08 | 0.44 | 322 | 0.12 | 0.51 |
| Hex | 90 | 72 | 85 | 0 | 15 | 8 | 2C | 142 | C | 33 |
| Octal | 220 | 162 | 205 | 0 | 25 | 10 | 54 | 502 | 14 | 63 |
| Binary | 10010000 | 1110010 | 10000101 | 0 | 10101 | 1000 | 101100 | 101000010 | 1100 | 110011 |
Color Harmonies of #907285
Complementary color
Monochromatic Colors of #907285
Black with #907285
Text Example
Text Example
White with #907285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907285; }
p { color: rgb(144,114,133); }
H1.HeaderClassName
{
color: #907285;
}
.AnyTagClassName
{
color: #907285;
}
</style>
background-color css
<style>
a { background-color: #907285; }
a { background-color: rgb(144,114,133); }
div.DivClassName
{
background-color: #907285;
}
.BgClassName
{
background-color: #907285;
}
</style>
border-color css
<style>
span { border-color: #907285; }
span { border-color: rgb(144,114,133); }
td.TdClassName
{
border-color: #907285;
}
.TagClassName
{
border-color: #907285;
}
</style>