#926480

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

Shades of Strikemaster #926480

Tints of Strikemaster #926480

Color information

#926480 (or 0x926480) is unknown color: approx Strikemaster. HEX triplet: 92, 64 and 80. RGB value is (146,100,128). Sum of RGB (Red+Green+Blue) = 146+100+128=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 146 - color contains mainly: red. Hex color #926480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926480 is #6D9B7F. Grayscale: #747474. Windows color (decimal): -7183232 or 8414354. OLE color: 8414354.

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

Color convert

RGB146100128-
CMYK00.320.120.43
HSL323.48º18.7%48.24%-
HSV(B)323.48º31.51%57.25%-
XYZ20.3116.7822.59-
YUV116.95134.24148.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.04%
GREEN value IS 100 (39.45% from 255) = 26.74%
BLUE value IS 128 (50.39% from 255) = 34.22%
R=39.04%
G=26.74%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610012800.320.120.43323.4818.748.24
Hex926480020C2B1431330
Octal22214420004014535032360
Binary100100101100100100000000100000110010101110100001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926480; }

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

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

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

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

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

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

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

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