#7E6CE0

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

Shades of Medium Slate Blue #7E6CE0

Tints of Medium Slate Blue #7E6CE0

Color information

#7E6CE0 (or 0x7E6CE0) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 6C and E0. RGB value is (126,108,224). Sum of RGB (Red+Green+Blue) = 126+108+224=458 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.51% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #7E6CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6CE0 is #81931F. Grayscale: #7E7E7E. Windows color (decimal): -8491808 or 14707838. OLE color: 14707838.

HSL color Cylindrical-coordinate representation of color #7E6CE0: hue angle of 249.31º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E6CE0 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB126108224-
CMYK0.440.5200.12
HSL249.31º65.17%65.1%-
HSV(B)249.31º51.79%87.84%-
XYZ27.4220.5473.04-
YUV126.61182.96127.57-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.51%
GREEN value IS 108 (42.58% from 255) = 23.58%
BLUE value IS 224 (87.89% from 255) = 48.91%
R=27.51%
G=23.58%
B=48.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1261082240.440.5200.12249.3165.1765.1
Hex7E6CE02C340Cf94141
Octal1761543405464014371101101
Binary1111110110110011100000101100110100011001111100110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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