#7E6EEF

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

Shades of Medium Slate Blue #7E6EEF

Tints of Medium Slate Blue #7E6EEF

Color information

#7E6EEF (or 0x7E6EEF) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 6E and EF. RGB value is (126,110,239). Sum of RGB (Red+Green+Blue) = 126+110+239=475 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.53% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #7E6EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6EEF is #819110. Grayscale: #808080. Windows color (decimal): -8491281 or 15691390. OLE color: 15691390.

HSL color Cylindrical-coordinate representation of color #7E6EEF: hue angle of 247.44º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E6EEF is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB126110239-
CMYK0.470.5400.06
HSL247.44º80.12%68.43%-
HSV(B)247.44º53.97%93.73%-
XYZ29.7621.8284.3-
YUV129.49189.8125.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.53%
GREEN value IS 110 (43.36% from 255) = 23.16%
BLUE value IS 239 (93.75% from 255) = 50.32%
R=26.53%
G=23.16%
B=50.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1261102390.470.5400.06247.4480.1268.43
Hex7E6EEF2F3606f75044
Octal176156357576606367120104
Binary111111011011101110111110111111011001101111011110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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