#937386

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

Shades of Strikemaster #937386

Tints of Strikemaster #937386

Color information

#937386 (or 0x937386) is unknown color: approx Strikemaster. HEX triplet: 93, 73 and 86. RGB value is (147,115,134). Sum of RGB (Red+Green+Blue) = 147+115+134=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #937386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937386 is #6C8C79. Grayscale: #7E7E7E. Windows color (decimal): -7113850 or 8811411. OLE color: 8811411.

HSL color Cylindrical-coordinate representation of color #937386: hue angle of 324.38º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #937386 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB147115134-
CMYK00.220.090.42
HSL324.38º12.9%51.37%-
HSV(B)324.38º21.77%57.65%-
XYZ22.4720.1925.27-
YUV126.73132.1142.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 115 (45.31% from 255) = 29.04%
BLUE value IS 134 (52.73% from 255) = 33.84%
R=37.12%
G=29.04%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711513400.220.090.42324.3812.951.37
Hex93738601692A144d33
Octal22316320602611525041563
Binary1001001111100111000011001011010011010101010001001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937386; }

 p { color: rgb(147,115,134); }

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

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

 a { background-color: rgb(147,115,134); }

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

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

 span { border-color: rgb(147,115,134); }

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