Shades of Strikemaster #906889
Tints of Strikemaster #906889
RGB
CMYK
RGB Variations
Color information
#906889 (or 0x906889) is known color: Strikemaster. HEX triplet: 90, 68 and 89. RGB value is (144,104,137). Sum of RGB (Red+Green+Blue) = 144+104+137=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #906889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906889 is #6F9776. Grayscale: #777777. Windows color (decimal): -7313271 or 9005200. OLE color: 9005200.
HSL color Cylindrical-coordinate representation of color #906889: hue angle of 310.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #906889 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 104 | 137 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.44 |
| HSL | 310.5º | 0.16% | 0.49% | - |
| HSV(B) | 310.5º | 0.28% | 0.56% | - |
| XYZ | 20.97 | 17.64 | 25.97 | - |
| YUV | 119.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 104 | 137 | 0 | 0.28 | 0.05 | 0.44 | 310.5 | 0.16 | 0.49 |
| Hex | 90 | 68 | 89 | 0 | 1C | 5 | 2C | 136 | 10 | 31 |
| Octal | 220 | 150 | 211 | 0 | 34 | 5 | 54 | 466 | 20 | 61 |
| Binary | 10010000 | 1101000 | 10001001 | 0 | 11100 | 101 | 101100 | 100110110 | 10000 | 110001 |
Color Harmonies of #906889
Complementary color
Monochromatic Colors of #906889
Black with #906889
Text Example
Text Example
White with #906889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906889; }
p { color: rgb(144,104,137); }
H1.HeaderClassName
{
color: #906889;
}
.AnyTagClassName
{
color: #906889;
}
</style>
background-color css
<style>
a { background-color: #906889; }
a { background-color: rgb(144,104,137); }
div.DivClassName
{
background-color: #906889;
}
.BgClassName
{
background-color: #906889;
}
</style>
border-color css
<style>
span { border-color: #906889; }
span { border-color: rgb(144,104,137); }
td.TdClassName
{
border-color: #906889;
}
.TagClassName
{
border-color: #906889;
}
</style>