#926482

Color #926482 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #926482

Tints of Strikemaster #926482

Color information

#926482 (or 0x926482) is unknown color: approx Strikemaster. HEX triplet: 92, 64 and 82. RGB value is (146,100,130). Sum of RGB (Red+Green+Blue) = 146+100+130=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #926482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926482 is #6D9B7D. Grayscale: #757575. Windows color (decimal): -7183230 or 8545426. OLE color: 8545426.

HSL color Cylindrical-coordinate representation of color #926482: hue angle of 320.87º 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 #926482 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB146100130-
CMYK00.320.110.43
HSL320.87º18.7%48.24%-
HSV(B)320.87º31.51%57.25%-
XYZ20.4416.8423.29-
YUV117.17135.24148.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 38.83%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 130 (51.17% from 255) = 34.57%
R=38.83%
G=26.60%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610013000.320.110.43320.8718.748.24
Hex926482020B2B1411330
Octal22214420204013535012360
Binary100100101100100100000100100000101110101110100000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926482; }

 p { color: rgb(146,100,130); }

 H1.HeaderClassName
 {
   color: #926482;
 }
 .AnyTagClassName
 {
   color: #926482;
 }
</style>
background-color css

<style>
 a { background-color: #926482; }

 a { background-color: rgb(146,100,130); }

 div.DivClassName
 {
   background-color: #926482;
 }
 .BgClassName
 {
   background-color: #926482;
 }
</style>
border-color css

<style>
 span { border-color: #926482; }

 span { border-color: rgb(146,100,130); }

 td.TdClassName
 {
   border-color: #926482;
 }
 .TagClassName
 {
   border-color: #926482;
 }
</style>