Html Css Color HEX #7E6DF1 Medium Slate Blue

📋 copy color: '#7E6DF1'

red 126 ◦ green 109 ◦ blue 241

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

Shades of Medium Slate Blue #7E6DF1

Tints of Medium Slate Blue #7E6DF1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.9%

 BLUE value IS 241 (94.53% from 255) = 50.63%

R = 26.47%
G = 22.9%
B = 50.63%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7E6DF1 (or 0x7E6DF1) is known color: Medium Slate Blue. HEX triplet: 7E, 6D and F1. RGB value is (126,109,241). Sum of RGB (Red+Green+Blue) = 126+109+241=476 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.47% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #7E6DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6DF1 is #81920E. Grayscale: #808080. Windows color (decimal): -8491535 or 15822206. OLE color: 15822206.

HSL color Cylindrical-coordinate representation of color #7E6DF1: hue angle of 247.73º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E6DF1 is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 126 109 241 -
CMYK 0.48 0.55 0 0.05
HSL 247.73º 0.83% 0.69% -
HSV(B) 247.73º 0.55% 0.95% -
XYZ 29.95 21.72 85.83 -
YUV 129.13 191.13 125.77 -
System Red Green Blue C M Y K H S L
Decimal 126 109 241 0.48 0.55 0 0.05 247.73 0.83 0.69
Hex 7E 6D F1 30 37 0 5 F8 52 45
Octal 176 155 361 60 67 0 5 370 122 105
Binary 1111110 1101101 11110001 110000 110111 0 101 11111000 1010010 1000101

Color Harmonies of #7E6DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6DF1

Black with #7E6DF1

Text Example


Text Example

White with #7E6DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,109,241); }

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

background-color css

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

 a { background-color: rgb(126,109,241); }

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

border-color css

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

 span { border-color: rgb(126,109,241); }

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