Html Css Color HEX #7E4EE0 Medium Slate Blue

📋 copy color: '#7E4EE0'

red 126 ◦ green 78 ◦ blue 224

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

Shades of Medium Slate Blue #7E4EE0

Tints of Medium Slate Blue #7E4EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.34%

R = 29.44%
G = 18.22%
B = 52.34%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7E4EE0 (or 0x7E4EE0) is known color: Medium Slate Blue. HEX triplet: 7E, 4E and E0. RGB value is (126,78,224). Sum of RGB (Red+Green+Blue) = 126+78+224=428 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.44% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #7E4EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4EE0 is #81B11F. Grayscale: #6C6C6C. Windows color (decimal): -8499488 or 14700158. OLE color: 14700158.

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

Color convert

RGB 126 78 224 -
CMYK 0.44 0.65 0 0.12
HSL 259.73º 0.7% 0.59% -
HSV(B) 259.73º 0.65% 0.88% -
XYZ 24.78 15.27 72.16 -
YUV 109 192.9 140.13 -
System Red Green Blue C M Y K H S L
Decimal 126 78 224 0.44 0.65 0 0.12 259.73 0.7 0.59
Hex 7E 4E E0 2C 41 0 C 104 46 3B
Octal 176 116 340 54 101 0 14 404 106 73
Binary 1111110 1001110 11100000 101100 1000001 0 1100 100000100 1000110 111011

Color Harmonies of #7E4EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E4EE0

Black with #7E4EE0

Text Example


Text Example

White with #7E4EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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