#7E6EF4

Color #7E6EF4 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7E6EF4

Tints of Medium Slate Blue #7E6EF4

Color information

#7E6EF4 (or 0x7E6EF4) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 6E and F4. RGB value is (126,110,244). Sum of RGB (Red+Green+Blue) = 126+110+244=480 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.25% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 244 (95.70% from 255 or 50.83% from 480); Max value from RGB is 244 - color contains mainly: blue. Hex color #7E6EF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6EF4 is #81910B. Grayscale: #818181. Windows color (decimal): -8491276 or 16019070. OLE color: 16019070.

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

Color convert

RGB126110244-
CMYK0.480.5500.04
HSL247.16º85.9%69.41%-
HSV(B)247.16º54.92%95.69%-
XYZ30.5122.1288.25-
YUV130.06192.3125.1-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.25%
GREEN value IS 110 (43.36% from 255) = 22.92%
BLUE value IS 244 (95.70% from 255) = 50.83%
R=26.25%
G=22.92%
B=50.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1261102440.480.5500.04247.1685.969.41
Hex7E6EF4303704f75645
Octal176156364606704367126105
Binary111111011011101111010011000011011101001111011110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,110,244); }

 H1.HeaderClassName
 {
   color: #7E6EF4;
 }
 .AnyTagClassName
 {
   color: #7E6EF4;
 }
</style>
background-color css

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

 a { background-color: rgb(126,110,244); }

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

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

 span { border-color: rgb(126,110,244); }

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