#7E6CDC

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

Shades of Medium Slate Blue #7E6CDC

Tints of Medium Slate Blue #7E6CDC

Color information

#7E6CDC (or 0x7E6CDC) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 6C and DC. RGB value is (126,108,220). Sum of RGB (Red+Green+Blue) = 126+108+220=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E6CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6CDC is #819323. Grayscale: #7D7D7D. Windows color (decimal): -8491812 or 14445694. OLE color: 14445694.

HSL color Cylindrical-coordinate representation of color #7E6CDC: hue angle of 249.64º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E6CDC is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126108220-
CMYK0.430.5100.14
HSL249.64º61.54%64.31%-
HSV(B)249.64º50.91%86.27%-
XYZ26.8920.3370.22-
YUV126.15180.96127.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.75%
GREEN value IS 108 (42.58% from 255) = 23.79%
BLUE value IS 220 (86.33% from 255) = 48.46%
R=27.75%
G=23.79%
B=48.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261082200.430.5100.14249.6461.5464.31
Hex7E6CDC2B330Efa3e40
Octal176154334536301637276100
Binary111111011011001101110010101111001101110111110101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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