Shades of Strikemaster #906484
Tints of Strikemaster #906484
RGB
CMYK
RGB Variations
Color information
#906484 (or 0x906484) is known color: Strikemaster. HEX triplet: 90, 64 and 84. RGB value is (144,100,132). Sum of RGB (Red+Green+Blue) = 144+100+132=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 144 - color contains mainly: red. Hex color #906484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906484 is #6F9B7B. Grayscale: #747474. Windows color (decimal): -7314300 or 8676496. OLE color: 8676496.
HSL color Cylindrical-coordinate representation of color #906484: hue angle of 316.36º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906484 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 100 | 132 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.44 |
| HSL | 316.36º | 0.18% | 0.48% | - |
| HSV(B) | 316.36º | 0.31% | 0.56% | - |
| XYZ | 20.22 | 16.71 | 23.99 | - |
| YUV | 116.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 100 | 132 | 0 | 0.31 | 0.08 | 0.44 | 316.36 | 0.18 | 0.48 |
| Hex | 90 | 64 | 84 | 0 | 1F | 8 | 2C | 13C | 12 | 30 |
| Octal | 220 | 144 | 204 | 0 | 37 | 10 | 54 | 474 | 22 | 60 |
| Binary | 10010000 | 1100100 | 10000100 | 0 | 11111 | 1000 | 101100 | 100111100 | 10010 | 110000 |
Color Harmonies of #906484
Complementary color
Monochromatic Colors of #906484
Black with #906484
Text Example
Text Example
White with #906484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906484; }
p { color: rgb(144,100,132); }
H1.HeaderClassName
{
color: #906484;
}
.AnyTagClassName
{
color: #906484;
}
</style>
background-color css
<style>
a { background-color: #906484; }
a { background-color: rgb(144,100,132); }
div.DivClassName
{
background-color: #906484;
}
.BgClassName
{
background-color: #906484;
}
</style>
border-color css
<style>
span { border-color: #906484; }
span { border-color: rgb(144,100,132); }
td.TdClassName
{
border-color: #906484;
}
.TagClassName
{
border-color: #906484;
}
</style>