Html Css Color HEX #7E6CEA Medium Slate Blue

📋 copy color: '#7E6CEA'

red 126 ◦ green 108 ◦ blue 234

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

Shades of Medium Slate Blue #7E6CEA

Tints of Medium Slate Blue #7E6CEA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.08%

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

R = 26.92%
G = 23.08%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7E6CEA (or 0x7E6CEA) is known color: Medium Slate Blue. HEX triplet: 7E, 6C and EA. RGB value is (126,108,234). Sum of RGB (Red+Green+Blue) = 126+108+234=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 108 (42.58% from 255 or 23.08% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E6CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6CEA is #819315. Grayscale: #7F7F7F. Windows color (decimal): -8491798 or 15363198. OLE color: 15363198.

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

Color convert

RGB 126 108 234 -
CMYK 0.46 0.54 0 0.08
HSL 248.57º 0.75% 0.67% -
HSV(B) 248.57º 0.54% 0.92% -
XYZ 28.82 21.1 80.4 -
YUV 127.75 187.96 126.75 -
System Red Green Blue C M Y K H S L
Decimal 126 108 234 0.46 0.54 0 0.08 248.57 0.75 0.67
Hex 7E 6C EA 2E 36 0 8 F9 4B 43
Octal 176 154 352 56 66 0 10 371 113 103
Binary 1111110 1101100 11101010 101110 110110 0 1000 11111001 1001011 1000011

Color Harmonies of #7E6CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6CEA

Black with #7E6CEA

Text Example


Text Example

White with #7E6CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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