#936B7D

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

Shades of Strikemaster #936B7D

Tints of Strikemaster #936B7D

Color information

#936B7D (or 0x936B7D) is unknown color: approx Strikemaster. HEX triplet: 93, 6B and 7D. RGB value is (147,107,125). Sum of RGB (Red+Green+Blue) = 147+107+125=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 147 - color contains mainly: red. Hex color #936B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936B7D is #6C9482. Grayscale: #787878. Windows color (decimal): -7115907 or 8219539. OLE color: 8219539.

HSL color Cylindrical-coordinate representation of color #936B7D: hue angle of 333º 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 #936B7D is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB147107125-
CMYK00.270.150.42
HSL333º15.75%49.8%-
HSV(B)333º27.21%57.65%-
XYZ20.9918.221.81-
YUV121.01130.25146.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.79%
GREEN value IS 107 (42.19% from 255) = 28.23%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=38.79%
G=28.23%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710712500.270.150.4233315.7549.8
Hex936B7D01BF2A14d1032
Octal22315317503317525152062
Binary1001001111010111111101011011111110101010100110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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