#7E6DE8

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

Shades of Medium Slate Blue #7E6DE8

Tints of Medium Slate Blue #7E6DE8

Color information

#7E6DE8 (or 0x7E6DE8) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 6D and E8. RGB value is (126,109,232). Sum of RGB (Red+Green+Blue) = 126+109+232=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 232 (91.02% from 255 or 49.68% from 467); Max value from RGB is 232 - color contains mainly: blue. Hex color #7E6DE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6DE8 is #819217. Grayscale: #7F7F7F. Windows color (decimal): -8491544 or 15232382. OLE color: 15232382.

HSL color Cylindrical-coordinate representation of color #7E6DE8: hue angle of 248.29º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E6DE8 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB126109232-
CMYK0.460.5300.09
HSL248.29º72.78%66.86%-
HSV(B)248.29º53.02%90.98%-
XYZ28.6421.278.93-
YUV128.1186.63126.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.98%
GREEN value IS 109 (42.97% from 255) = 23.34%
BLUE value IS 232 (91.02% from 255) = 49.68%
R=26.98%
G=23.34%
B=49.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1261092320.460.5300.09248.2972.7866.86
Hex7E6DE82E3509f84943
Octal1761553505665011370111103
Binary1111110110110111101000101110110101010011111100010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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