#7E74EC

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

Shades of Medium Slate Blue #7E74EC

Tints of Medium Slate Blue #7E74EC

Color information

#7E74EC (or 0x7E74EC) is unknown color: approx Medium Slate Blue. HEX triplet: 7E, 74 and EC. RGB value is (126,116,236). Sum of RGB (Red+Green+Blue) = 126+116+236=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #7E74EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7E74EC is #818B13. Grayscale: #848484. Windows color (decimal): -8489748 or 15496318. OLE color: 15496318.

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

Color convert

RGB126116236-
CMYK0.470.5100.07
HSL245º75.95%69.02%-
HSV(B)245º50.85%92.55%-
XYZ29.9922.9882.21-
YUV132.67186.31123.24-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.36%
GREEN value IS 116 (45.70% from 255) = 24.27%
BLUE value IS 236 (92.58% from 255) = 49.37%
R=26.36%
G=24.27%
B=49.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1261162360.470.5100.0724575.9569.02
Hex7E74EC2F3307f54c45
Octal176164354576307365114105
Binary111111011101001110110010111111001101111111010110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E74EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,116,236); }

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

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

 a { background-color: rgb(126,116,236); }

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

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

 span { border-color: rgb(126,116,236); }

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