#7E68F0

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

Shades of Medium Slate Blue #7E68F0

Tints of Medium Slate Blue #7E68F0

Color information

#7E68F0 (or 0x7E68F0) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 68 and F0. RGB value is (126,104,240). Sum of RGB (Red+Green+Blue) = 126+104+240=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #7E68F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E68F0 is #81970F. Grayscale: #7D7D7D. Windows color (decimal): -8492816 or 15755390. OLE color: 15755390.

HSL color Cylindrical-coordinate representation of color #7E68F0: hue angle of 249.71º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E68F0 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB126104240-
CMYK0.480.5700.06
HSL249.71º81.93%67.45%-
HSV(B)249.71º56.67%94.12%-
XYZ29.2820.6384.88-
YUV126.08192.29127.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.81%
GREEN value IS 104 (41.02% from 255) = 22.13%
BLUE value IS 240 (94.14% from 255) = 51.06%
R=26.81%
G=22.13%
B=51.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1261042400.480.5700.06249.7181.9367.45
Hex7E68F0303906fa5243
Octal176150360607106372122103
Binary111111011010001111000011000011100101101111101010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E68F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,104,240); }

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

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

 a { background-color: rgb(126,104,240); }

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

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

 span { border-color: rgb(126,104,240); }

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