#7E5DE4

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

Shades of Medium Slate Blue #7E5DE4

Tints of Medium Slate Blue #7E5DE4

Color information

#7E5DE4 (or 0x7E5DE4) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 5D and E4. RGB value is (126,93,228). Sum of RGB (Red+Green+Blue) = 126+93+228=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 228 (89.45% from 255 or 51.01% from 447); Max value from RGB is 228 - color contains mainly: blue. Hex color #7E5DE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5DE4 is #81A21B. Grayscale: #757575. Windows color (decimal): -8495644 or 14966142. OLE color: 14966142.

HSL color Cylindrical-coordinate representation of color #7E5DE4: hue angle of 254.67º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E5DE4 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12693228-
CMYK0.450.5900.11
HSL254.67º71.43%62.94%-
HSV(B)254.67º59.21%89.41%-
XYZ26.5217.8775.45-
YUV118.26189.93133.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.19%
GREEN value IS 93 (36.72% from 255) = 20.81%
BLUE value IS 228 (89.45% from 255) = 51.01%
R=28.19%
G=20.81%
B=51.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal126932280.450.5900.11254.6771.4362.94
Hex7E5DE42D3B0Bff473f
Octal176135344557301337710777
Binary111111010111011110010010110111101101011111111111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,93,228); }

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

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

 a { background-color: rgb(126,93,228); }

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

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

 span { border-color: rgb(126,93,228); }

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