#937584

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

Shades of Strikemaster #937584

Tints of Strikemaster #937584

Color information

#937584 (or 0x937584) is unknown color: approx Strikemaster. HEX triplet: 93, 75 and 84. RGB value is (147,117,132). Sum of RGB (Red+Green+Blue) = 147+117+132=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 147 - color contains mainly: red. Hex color #937584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937584 is #6C8A7B. Grayscale: #7F7F7F. Windows color (decimal): -7113340 or 8680851. OLE color: 8680851.

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

Color convert

RGB147117132-
CMYK00.200.100.42
HSL330º12.2%51.76%-
HSV(B)330º20.41%57.65%-
XYZ22.5620.5924.62-
YUV127.68130.44141.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.12%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 132 (51.95% from 255) = 33.33%
R=37.12%
G=29.55%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711713200.200.100.4233012.251.76
Hex937584014A2A14ac34
Octal22316520402412525121464
Binary1001001111101011000010001010010101010101010010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937584; }

 p { color: rgb(147,117,132); }

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

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

 a { background-color: rgb(147,117,132); }

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

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

 span { border-color: rgb(147,117,132); }

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