#926486

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

Shades of Strikemaster #926486

Tints of Strikemaster #926486

Color information

#926486 (or 0x926486) is unknown color: approx Strikemaster. HEX triplet: 92, 64 and 86. RGB value is (146,100,134). Sum of RGB (Red+Green+Blue) = 146+100+134=380 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.42% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 146 - color contains mainly: red. Hex color #926486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926486 is #6D9B79. Grayscale: #757575. Windows color (decimal): -7183226 or 8807570. OLE color: 8807570.

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

Color convert

RGB146100134-
CMYK00.320.080.43
HSL315.65º18.7%48.24%-
HSV(B)315.65º31.51%57.25%-
XYZ20.7116.9524.73-
YUV117.63137.24148.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.42%
GREEN value IS 100 (39.45% from 255) = 26.32%
BLUE value IS 134 (52.73% from 255) = 35.26%
R=38.42%
G=26.32%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610013400.320.080.43315.6518.748.24
Hex92648602082B13c1330
Octal22214420604010534742360
Binary100100101100100100001100100000100010101110011110010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926486; }

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

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

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

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

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

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

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

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