Shades of Strikemaster #926484
Tints of Strikemaster #926484
RGB
CMYK
RGB Variations
Color information
#926484 (or 0x926484) is known color: Strikemaster. HEX triplet: 92, 64 and 84. RGB value is (146,100,132). Sum of RGB (Red+Green+Blue) = 146+100+132=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #926484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926484 is #6D9B7B. Grayscale: #757575. Windows color (decimal): -7183228 or 8676498. OLE color: 8676498.
HSL color Cylindrical-coordinate representation of color #926484: hue angle of 318.26º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #926484 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 100 | 132 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.43 |
| HSL | 318.26º | 0.19% | 0.48% | - |
| HSV(B) | 318.26º | 0.32% | 0.57% | - |
| XYZ | 20.58 | 16.89 | 24.01 | - |
| YUV | 117.4 | 136.24 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 100 | 132 | 0 | 0.32 | 0.10 | 0.43 | 318.26 | 0.19 | 0.48 |
| Hex | 92 | 64 | 84 | 0 | 20 | A | 2B | 13E | 13 | 30 |
| Octal | 222 | 144 | 204 | 0 | 40 | 12 | 53 | 476 | 23 | 60 |
| Binary | 10010010 | 1100100 | 10000100 | 0 | 100000 | 1010 | 101011 | 100111110 | 10011 | 110000 |
Color Harmonies of #926484
Complementary color
Monochromatic Colors of #926484
Black with #926484
Text Example
Text Example
White with #926484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926484; }
p { color: rgb(146,100,132); }
H1.HeaderClassName
{
color: #926484;
}
.AnyTagClassName
{
color: #926484;
}
</style>
background-color css
<style>
a { background-color: #926484; }
a { background-color: rgb(146,100,132); }
div.DivClassName
{
background-color: #926484;
}
.BgClassName
{
background-color: #926484;
}
</style>
border-color css
<style>
span { border-color: #926484; }
span { border-color: rgb(146,100,132); }
td.TdClassName
{
border-color: #926484;
}
.TagClassName
{
border-color: #926484;
}
</style>