Html Css Color HEX #7E4EE3 Medium Slate Blue

📋 copy color: '#7E4EE3'

red 126 ◦ green 78 ◦ blue 227

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

Shades of Medium Slate Blue #7E4EE3

Tints of Medium Slate Blue #7E4EE3

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.1%

 BLUE value IS 227 (89.06% from 255) = 52.67%

R = 29.23%
G = 18.1%
B = 52.67%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7E4EE3 (or 0x7E4EE3) is known color: Medium Slate Blue. HEX triplet: 7E, 4E and E3. RGB value is (126,78,227). Sum of RGB (Red+Green+Blue) = 126+78+227=431 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.23% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 227 (89.06% from 255 or 52.67% from 431); Max value from RGB is 227 - color contains mainly: blue. Hex color #7E4EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4EE3 is #81B11C. Grayscale: #6C6C6C. Windows color (decimal): -8499485 or 14896766. OLE color: 14896766.

HSL color Cylindrical-coordinate representation of color #7E4EE3: hue angle of 259.33º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E4EE3 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 126 78 227 -
CMYK 0.44 0.66 0 0.11
HSL 259.33º 0.73% 0.6% -
HSV(B) 259.33º 0.66% 0.89% -
XYZ 25.19 15.43 74.32 -
YUV 109.34 194.4 139.88 -
System Red Green Blue C M Y K H S L
Decimal 126 78 227 0.44 0.66 0 0.11 259.33 0.73 0.6
Hex 7E 4E E3 2C 42 0 B 103 49 3C
Octal 176 116 343 54 102 0 13 403 111 74
Binary 1111110 1001110 11100011 101100 1000010 0 1011 100000011 1001001 111100

Color Harmonies of #7E4EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4EE3

Black with #7E4EE3

Text Example


Text Example

White with #7E4EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,78,227); }

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

background-color css

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

 a { background-color: rgb(126,78,227); }

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

border-color css

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

 span { border-color: rgb(126,78,227); }

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