#937485

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

Shades of Strikemaster #937485

Tints of Strikemaster #937485

Color information

#937485 (or 0x937485) is unknown color: approx Strikemaster. HEX triplet: 93, 74 and 85. RGB value is (147,116,133). Sum of RGB (Red+Green+Blue) = 147+116+133=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #937485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937485 is #6C8B7A. Grayscale: #7F7F7F. Windows color (decimal): -7113595 or 8746131. OLE color: 8746131.

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

Color convert

RGB147116133-
CMYK00.210.100.42
HSL327.1º12.55%51.57%-
HSV(B)327.1º21.09%57.65%-
XYZ22.5120.3924.94-
YUV127.21131.27142.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 116 (45.70% from 255) = 29.29%
BLUE value IS 133 (52.34% from 255) = 33.59%
R=37.12%
G=29.29%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711613300.210.100.42327.112.5551.57
Hex937485015A2A147d34
Octal22316420502512525071564
Binary1001001111101001000010101010110101010101010001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937485; }

 p { color: rgb(147,116,133); }

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

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

 a { background-color: rgb(147,116,133); }

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

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

 span { border-color: rgb(147,116,133); }

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