#7E55F0

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

Shades of Medium Slate Blue #7E55F0

Tints of Medium Slate Blue #7E55F0

Color information

#7E55F0 (or 0x7E55F0) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 55 and F0. RGB value is (126,85,240). Sum of RGB (Red+Green+Blue) = 126+85+240=451 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.94% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #7E55F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E55F0 is #81AA0F. Grayscale: #727272. Windows color (decimal): -8497680 or 15750526. OLE color: 15750526.

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

Color convert

RGB12685240-
CMYK0.480.6500.06
HSL255.87º83.78%63.73%-
HSV(B)255.87º64.58%94.12%-
XYZ27.5817.2284.31-
YUV114.93198.58135.9-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.94%
GREEN value IS 85 (33.59% from 255) = 18.85%
BLUE value IS 240 (94.14% from 255) = 53.22%
R=27.94%
G=18.85%
B=53.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal126852400.480.6500.06255.8783.7863.73
Hex7E55F03041061005440
Octal1761253606010106400124100
Binary11111101010101111100001100001000001011010000000010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E55F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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