#7E58E0

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

Shades of Medium Slate Blue #7E58E0

Tints of Medium Slate Blue #7E58E0

Color information

#7E58E0 (or 0x7E58E0) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 58 and E0. RGB value is (126,88,224). Sum of RGB (Red+Green+Blue) = 126+88+224=438 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.77% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 224 (87.89% from 255 or 51.14% from 438); Max value from RGB is 224 - color contains mainly: blue. Hex color #7E58E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E58E0 is #81A71F. Grayscale: #727272. Windows color (decimal): -8496928 or 14702718. OLE color: 14702718.

HSL color Cylindrical-coordinate representation of color #7E58E0: hue angle of 256.76º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E58E0 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12688224-
CMYK0.440.6100.12
HSL256.76º68.69%61.18%-
HSV(B)256.76º60.71%87.84%-
XYZ25.5516.872.42-
YUV114.87189.59135.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.77%
GREEN value IS 88 (34.77% from 255) = 20.09%
BLUE value IS 224 (87.89% from 255) = 51.14%
R=28.77%
G=20.09%
B=51.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal126882240.440.6100.12256.7668.6961.18
Hex7E58E02C3D0C101453d
Octal176130340547501440110575
Binary1111110101100011100000101100111101011001000000011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E58E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,88,224); }

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

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

 a { background-color: rgb(126,88,224); }

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

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

 span { border-color: rgb(126,88,224); }

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