#7E5FF4

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

Shades of Medium Slate Blue #7E5FF4

Tints of Medium Slate Blue #7E5FF4

Color information

#7E5FF4 (or 0x7E5FF4) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 5F and F4. RGB value is (126,95,244). Sum of RGB (Red+Green+Blue) = 126+95+244=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 244 (95.70% from 255 or 52.47% from 465); Max value from RGB is 244 - color contains mainly: blue. Hex color #7E5FF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E5FF4 is #81A00B. Grayscale: #787878. Windows color (decimal): -8495116 or 16015230. OLE color: 16015230.

HSL color Cylindrical-coordinate representation of color #7E5FF4: hue angle of 252.48º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E5FF4 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12695244-
CMYK0.480.6100.04
HSL252.48º87.13%66.47%-
HSV(B)252.48º61.07%95.69%-
XYZ29.0319.1587.75-
YUV121.26197.27131.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.10%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 244 (95.70% from 255) = 52.47%
R=27.10%
G=20.43%
B=52.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal126952440.480.6100.04252.4887.1366.47
Hex7E5FF4303D04fc5742
Octal176137364607504374127102
Binary111111010111111111010011000011110101001111110010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E5FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,95,244); }

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

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

 a { background-color: rgb(126,95,244); }

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

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

 span { border-color: rgb(126,95,244); }

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