#7E6DDA

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

Shades of Medium Slate Blue #7E6DDA

Tints of Medium Slate Blue #7E6DDA

Color information

#7E6DDA (or 0x7E6DDA) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 6D and DA. RGB value is (126,109,218). Sum of RGB (Red+Green+Blue) = 126+109+218=453 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.81% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E6DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6DDA is #819225. Grayscale: #7E7E7E. Windows color (decimal): -8491558 or 14314878. OLE color: 14314878.

HSL color Cylindrical-coordinate representation of color #7E6DDA: hue angle of 249.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E6DDA is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB126109218-
CMYK0.420.500.15
HSL249.36º59.56%64.12%-
HSV(B)249.36º50%85.49%-
XYZ26.7320.4368.87-
YUV126.51179.63127.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.81%
GREEN value IS 109 (42.97% from 255) = 24.06%
BLUE value IS 218 (85.55% from 255) = 48.12%
R=27.81%
G=24.06%
B=48.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1261092180.420.500.15249.3659.5664.12
Hex7E6DDA2A320Ff93c40
Octal176155332526201737174100
Binary111111011011011101101010101011001001111111110011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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