#7E4AEC

Color #7E4AEC Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7E4AEC

Tints of Medium Slate Blue #7E4AEC

Color information

#7E4AEC (or 0x7E4AEC) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 4A and EC. RGB value is (126,74,236). Sum of RGB (Red+Green+Blue) = 126+74+236=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #7E4AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E4AEC is #81B513. Grayscale: #6B6B6B. Windows color (decimal): -8500500 or 15485566. OLE color: 15485566.

HSL color Cylindrical-coordinate representation of color #7E4AEC: hue angle of 259.26º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E4AEC is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12674236-
CMYK0.470.6900.07
HSL259.26º81%60.78%-
HSV(B)259.26º68.64%92.55%-
XYZ26.1915.3980.95-
YUV108.02200.23140.83-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.90%
GREEN value IS 74 (29.30% from 255) = 16.97%
BLUE value IS 236 (92.58% from 255) = 54.13%
R=28.90%
G=16.97%
B=54.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal126742360.470.6900.07259.268160.78
Hex7E4AEC2F4507103513d
Octal176112354571050740312175
Binary1111110100101011101100101111100010101111000000111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E4AEC; }

 p { color: rgb(126,74,236); }

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

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

 a { background-color: rgb(126,74,236); }

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

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

 span { border-color: rgb(126,74,236); }

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