Html Css Color HEX #7E5EED Medium Slate Blue

📋 copy color: '#7E5EED'

red 126 ◦ green 94 ◦ blue 237

#7E5EED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #7E5EED

Tints of Medium Slate Blue #7E5EED

RGB

 RED value IS 126 (49.61% from 255) = 27.57%

 GREEN value IS 94 (37.11% from 255) = 20.57%

 BLUE value IS 237 (92.97% from 255) = 51.86%

R = 27.57%
G = 20.57%
B = 51.86%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7E5EED (or 0x7E5EED) is known color: Medium Slate Blue. HEX triplet: 7E, 5E and ED. RGB value is (126,94,237). Sum of RGB (Red+Green+Blue) = 126+94+237=457 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.57% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #7E5EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5EED is #81A112. Grayscale: #777777. Windows color (decimal): -8495379 or 15556222. OLE color: 15556222.

HSL color Cylindrical-coordinate representation of color #7E5EED: hue angle of 253.43º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E5EED is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 126 94 237 -
CMYK 0.47 0.60 0 0.07
HSL 253.43º 0.8% 0.65% -
HSV(B) 253.43º 0.6% 0.93% -
XYZ 27.89 18.56 82.23 -
YUV 119.87 194.1 132.37 -
System Red Green Blue C M Y K H S L
Decimal 126 94 237 0.47 0.60 0 0.07 253.43 0.8 0.65
Hex 7E 5E ED 2F 3C 0 7 FD 50 41
Octal 176 136 355 57 74 0 7 375 120 101
Binary 1111110 1011110 11101101 101111 111100 0 111 11111101 1010000 1000001

Color Harmonies of #7E5EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5EED

Black with #7E5EED

Text Example


Text Example

White with #7E5EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E5EED;
 }
 .AnyTagClassName
 {
   color: #7E5EED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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