#7E6DDC

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

Shades of Medium Slate Blue #7E6DDC

Tints of Medium Slate Blue #7E6DDC

Color information

#7E6DDC (or 0x7E6DDC) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 6D and DC. RGB value is (126,109,220). Sum of RGB (Red+Green+Blue) = 126+109+220=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 109 (42.97% from 255 or 23.96% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E6DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6DDC is #819223. Grayscale: #7E7E7E. Windows color (decimal): -8491556 or 14445950. OLE color: 14445950.

HSL color Cylindrical-coordinate representation of color #7E6DDC: hue angle of 249.19º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7E6DDC is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126109220-
CMYK0.430.5000.14
HSL249.19º61.33%64.51%-
HSV(B)249.19º50.45%86.27%-
XYZ26.9920.5470.25-
YUV126.74180.63127.47-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.69%
GREEN value IS 109 (42.97% from 255) = 23.96%
BLUE value IS 220 (86.33% from 255) = 48.35%
R=27.69%
G=23.96%
B=48.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261092200.430.5000.14249.1961.3364.51
Hex7E6DDC2B320Ef93d41
Octal176155334536201637175101
Binary111111011011011101110010101111001001110111110011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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