#7E6AEA

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

Shades of Medium Slate Blue #7E6AEA

Tints of Medium Slate Blue #7E6AEA

Color information

#7E6AEA (or 0x7E6AEA) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 6A and EA. RGB value is (126,106,234). Sum of RGB (Red+Green+Blue) = 126+106+234=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #7E6AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6AEA is #819515. Grayscale: #7E7E7E. Windows color (decimal): -8492310 or 15362686. OLE color: 15362686.

HSL color Cylindrical-coordinate representation of color #7E6AEA: hue angle of 249.38º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E6AEA is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB126106234-
CMYK0.460.5500.08
HSL249.38º75.29%66.67%-
HSV(B)249.38º54.7%91.76%-
XYZ28.6120.6880.33-
YUV126.57188.63127.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.04%
GREEN value IS 106 (41.80% from 255) = 22.75%
BLUE value IS 234 (91.80% from 255) = 50.21%
R=27.04%
G=22.75%
B=50.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1261062340.460.5500.08249.3875.2966.67
Hex7E6AEA2E3708f94b43
Octal1761523525667010371113103
Binary1111110110101011101010101110110111010001111100110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,106,234); }

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

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

 a { background-color: rgb(126,106,234); }

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

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

 span { border-color: rgb(126,106,234); }

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