#936B87

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

Shades of Strikemaster #936B87

Tints of Strikemaster #936B87

Color information

#936B87 (or 0x936B87) is unknown color: approx Strikemaster. HEX triplet: 93, 6B and 87. RGB value is (147,107,135). Sum of RGB (Red+Green+Blue) = 147+107+135=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #936B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936B87 is #6C9478. Grayscale: #7A7A7A. Windows color (decimal): -7115897 or 8874899. OLE color: 8874899.

HSL color Cylindrical-coordinate representation of color #936B87: hue angle of 318º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #936B87 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB147107135-
CMYK00.270.080.42
HSL318º15.75%49.8%-
HSV(B)318º27.21%57.65%-
XYZ21.6618.4725.34-
YUV122.15135.25145.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.79%
GREEN value IS 107 (42.19% from 255) = 27.51%
BLUE value IS 135 (53.12% from 255) = 34.70%
R=37.79%
G=27.51%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710713500.270.080.4231815.7549.8
Hex936B8701B82A13e1032
Octal22315320703310524762062
Binary10010011110101110000111011011100010101010011111010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936B87; }

 p { color: rgb(147,107,135); }

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

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

 a { background-color: rgb(147,107,135); }

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

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

 span { border-color: rgb(147,107,135); }

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