#7e5eda

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

Shades of Medium Slate Blue #7E5EDA

Tints of Medium Slate Blue #7E5EDA

Color information

#7E5EDA (or 0x7E5EDA) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 5E and DA. RGB value is (126,94,218). Sum of RGB (Red+Green+Blue) = 126+94+218=438 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.77% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E5EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E5EDA is #81A125. Grayscale: #757575. Windows color (decimal): -8495398 or 14311038. OLE color: 14311038.

HSL color Cylindrical-coordinate representation of color #7E5EDA: hue angle of 255.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E5EDA is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12694218-
CMYK0.420.5700.15
HSL255.48º62.63%61.18%-
HSV(B)255.48º56.88%85.49%-
XYZ25.2617.568.38-
YUV117.7184.6133.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.77%
GREEN value IS 94 (37.11% from 255) = 21.46%
BLUE value IS 218 (85.55% from 255) = 49.77%
R=28.77%
G=21.46%
B=49.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal126942180.420.5700.15255.4862.6361.18
Hex7E5EDA2A390Fff3f3d
Octal17613633252710173777775
Binary11111101011110110110101010101110010111111111111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e5eda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,94,218); }

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

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

 a { background-color: rgb(126,94,218); }

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

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

 span { border-color: rgb(126,94,218); }

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