#7E6FDC

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

Shades of Medium Slate Blue #7E6FDC

Tints of Medium Slate Blue #7E6FDC

Color information

#7E6FDC (or 0x7E6FDC) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 6F and DC. RGB value is (126,111,220). Sum of RGB (Red+Green+Blue) = 126+111+220=457 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.57% from 457); Green value is 111 (43.75% from 255 or 24.29% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E6FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6FDC is #819023. Grayscale: #7F7F7F. Windows color (decimal): -8491044 or 14446462. OLE color: 14446462.

HSL color Cylindrical-coordinate representation of color #7E6FDC: hue angle of 248.26º 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 #7E6FDC is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126111220-
CMYK0.430.5000.14
HSL248.26º60.89%64.9%-
HSV(B)248.26º49.55%86.27%-
XYZ27.2120.9770.32-
YUV127.91179.97126.64-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.57%
GREEN value IS 111 (43.75% from 255) = 24.29%
BLUE value IS 220 (86.33% from 255) = 48.14%
R=27.57%
G=24.29%
B=48.14%

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
Decimal1261112200.430.5000.14248.2660.8964.9
Hex7E6FDC2B320Ef83d41
Octal176157334536201637075101
Binary111111011011111101110010101111001001110111110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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