#7E6DDE

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

Shades of Medium Slate Blue #7E6DDE

Tints of Medium Slate Blue #7E6DDE

Color information

#7E6DDE (or 0x7E6DDE) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 6D and DE. RGB value is (126,109,222). Sum of RGB (Red+Green+Blue) = 126+109+222=457 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.57% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #7E6DDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6DDE is #819221. Grayscale: #7E7E7E. Windows color (decimal): -8491554 or 14577022. OLE color: 14577022.

HSL color Cylindrical-coordinate representation of color #7E6DDE: hue angle of 249.03º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E6DDE is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126109222-
CMYK0.430.5100.13
HSL249.03º63.13%64.9%-
HSV(B)249.03º50.9%87.06%-
XYZ27.2620.6571.66-
YUV126.96181.63127.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.57%
GREEN value IS 109 (42.97% from 255) = 23.85%
BLUE value IS 222 (87.11% from 255) = 48.58%
R=27.57%
G=23.85%
B=48.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261092220.430.5100.13249.0363.1364.9
Hex7E6DDE2B330Df93f41
Octal176155336536301537177101
Binary111111011011011101111010101111001101101111110011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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