#7E5EFD

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

Shades of Medium Slate Blue #7E5EFD

Tints of Medium Slate Blue #7E5EFD

Color information

#7E5EFD (or 0x7E5EFD) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 5E and FD. RGB value is (126,94,253). Sum of RGB (Red+Green+Blue) = 126+94+253=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #7E5EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5EFD is #81A102. Grayscale: #797979. Windows color (decimal): -8495363 or 16604798. OLE color: 16604798.

HSL color Cylindrical-coordinate representation of color #7E5EFD: hue angle of 252.08º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E5EFD is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12694253-
CMYK0.500.6300.01
HSL252.08º97.55%68.04%-
HSV(B)252.08º62.85%99.22%-
XYZ30.3419.5395.1-
YUV121.69202.1131.07-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.64%
GREEN value IS 94 (37.11% from 255) = 19.87%
BLUE value IS 253 (99.22% from 255) = 53.49%
R=26.64%
G=19.87%
B=53.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal126942530.500.6300.01252.0897.5568.04
Hex7E5EFD323F01fc6244
Octal176136375627701374142104
Binary1111110101111011111101110010111111011111110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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