#7E4BF0

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

Shades of Medium Slate Blue #7E4BF0

Tints of Medium Slate Blue #7E4BF0

Color information

#7E4BF0 (or 0x7E4BF0) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 4B and F0. RGB value is (126,75,240). Sum of RGB (Red+Green+Blue) = 126+75+240=441 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.57% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #7E4BF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7E4BF0 is #81B40F. Grayscale: #6C6C6C. Windows color (decimal): -8500240 or 15747966. OLE color: 15747966.

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

Color convert

RGB12675240-
CMYK0.480.6900.06
HSL258.55º84.62%61.76%-
HSV(B)258.55º68.75%94.12%-
XYZ26.8515.7684.06-
YUV109.06201.9140.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.57%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 240 (94.14% from 255) = 54.42%
R=28.57%
G=17.01%
B=54.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal126752400.480.6900.06258.5584.6261.76
Hex7E4BF0304506103553e
Octal176113360601050640312576
Binary1111110100101111110000110000100010101101000000111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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