#7E68ED

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

Shades of Medium Slate Blue #7E68ED

Tints of Medium Slate Blue #7E68ED

Color information

#7E68ED (or 0x7E68ED) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 68 and ED. RGB value is (126,104,237). Sum of RGB (Red+Green+Blue) = 126+104+237=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #7E68ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E68ED is #819712. Grayscale: #7D7D7D. Windows color (decimal): -8492819 or 15558782. OLE color: 15558782.

HSL color Cylindrical-coordinate representation of color #7E68ED: hue angle of 249.92º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E68ED is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB126104237-
CMYK0.470.5600.07
HSL249.92º78.7%66.86%-
HSV(B)249.92º56.12%92.94%-
XYZ28.8420.4582.55-
YUV125.74190.79128.19-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.98%
GREEN value IS 104 (41.02% from 255) = 22.27%
BLUE value IS 237 (92.97% from 255) = 50.75%
R=26.98%
G=22.27%
B=50.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1261042370.470.5600.07249.9278.766.86
Hex7E68ED2F3807fa4f43
Octal176150355577007372117103
Binary111111011010001110110110111111100001111111101010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E68ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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