#7E6FF0

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

Shades of Medium Slate Blue #7E6FF0

Tints of Medium Slate Blue #7E6FF0

Color information

#7E6FF0 (or 0x7E6FF0) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 6F and F0. RGB value is (126,111,240). Sum of RGB (Red+Green+Blue) = 126+111+240=477 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.42% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 240 (94.14% from 255 or 50.31% from 477); Max value from RGB is 240 - color contains mainly: blue. Hex color #7E6FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E6FF0 is #81900F. Grayscale: #818181. Windows color (decimal): -8491024 or 15757182. OLE color: 15757182.

HSL color Cylindrical-coordinate representation of color #7E6FF0: hue angle of 246.98º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E6FF0 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB126111240-
CMYK0.480.5400.06
HSL246.98º81.13%68.82%-
HSV(B)246.98º53.75%94.12%-
XYZ30.0222.185.12-
YUV130.19189.97125.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.42%
GREEN value IS 111 (43.75% from 255) = 23.27%
BLUE value IS 240 (94.14% from 255) = 50.31%
R=26.42%
G=23.27%
B=50.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1261112400.480.5400.06246.9881.1368.82
Hex7E6FF0303606f75145
Octal176157360606606367121105
Binary111111011011111111000011000011011001101111011110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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