Html Css Color HEX #7E5CEA Medium Slate Blue

📋 copy color: '#7E5CEA'

red 126 ◦ green 92 ◦ blue 234

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

Shades of Medium Slate Blue #7E5CEA

Tints of Medium Slate Blue #7E5CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.35%

 BLUE value IS 234 (91.8% from 255) = 51.77%

R = 27.88%
G = 20.35%
B = 51.77%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7E5CEA (or 0x7E5CEA) is known color: Medium Slate Blue. HEX triplet: 7E, 5C and EA. RGB value is (126,92,234). Sum of RGB (Red+Green+Blue) = 126+92+234=452 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.88% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E5CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5CEA is #81A315. Grayscale: #757575. Windows color (decimal): -8495894 or 15359102. OLE color: 15359102.

HSL color Cylindrical-coordinate representation of color #7E5CEA: hue angle of 254.37º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E5CEA is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 126 92 234 -
CMYK 0.46 0.61 0 0.08
HSL 254.37º 0.77% 0.64% -
HSV(B) 254.37º 0.61% 0.92% -
XYZ 27.28 18.03 79.88 -
YUV 118.35 193.26 133.45 -
System Red Green Blue C M Y K H S L
Decimal 126 92 234 0.46 0.61 0 0.08 254.37 0.77 0.64
Hex 7E 5C EA 2E 3D 0 8 FE 4D 40
Octal 176 134 352 56 75 0 10 376 115 100
Binary 1111110 1011100 11101010 101110 111101 0 1000 11111110 1001101 1000000

Color Harmonies of #7E5CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5CEA

Black with #7E5CEA

Text Example


Text Example

White with #7E5CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,92,234); }

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

background-color css

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

 a { background-color: rgb(126,92,234); }

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

border-color css

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

 span { border-color: rgb(126,92,234); }

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