#7E6FEE

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

Shades of Medium Slate Blue #7E6FEE

Tints of Medium Slate Blue #7E6FEE

Color information

#7E6FEE (or 0x7E6FEE) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 6F and EE. RGB value is (126,111,238). Sum of RGB (Red+Green+Blue) = 126+111+238=475 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.53% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #7E6FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6FEE is #819011. Grayscale: #818181. Windows color (decimal): -8491026 or 15626110. OLE color: 15626110.

HSL color Cylindrical-coordinate representation of color #7E6FEE: hue angle of 247.09º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E6FEE is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB126111238-
CMYK0.470.5300.07
HSL247.09º78.88%68.43%-
HSV(B)247.09º53.36%93.33%-
XYZ29.7221.9883.56-
YUV129.96188.97125.17-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.53%
GREEN value IS 111 (43.75% from 255) = 23.37%
BLUE value IS 238 (93.36% from 255) = 50.11%
R=26.53%
G=23.37%
B=50.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1261112380.470.5300.07247.0978.8868.43
Hex7E6FEE2F3507f74f44
Octal176157356576507367117104
Binary111111011011111110111010111111010101111111011110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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