#7D4EE4

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

Shades of Medium Slate Blue #7D4EE4

Tints of Medium Slate Blue #7D4EE4

Color information

#7D4EE4 (or 0x7D4EE4) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 4E and E4. RGB value is (125,78,228). Sum of RGB (Red+Green+Blue) = 125+78+228=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 228 (89.45% from 255 or 52.90% from 431); Max value from RGB is 228 - color contains mainly: blue. Hex color #7D4EE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4EE4 is #82B11B. Grayscale: #6C6C6C. Windows color (decimal): -8565020 or 14962301. OLE color: 14962301.

HSL color Cylindrical-coordinate representation of color #7D4EE4: hue angle of 258.8º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D4EE4 is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12578228-
CMYK0.450.6600.11
HSL258.8º73.53%60%-
HSV(B)258.8º65.79%89.41%-
XYZ25.1915.4175.05-
YUV109.15195.07139.3-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.00%
GREEN value IS 78 (30.86% from 255) = 18.10%
BLUE value IS 228 (89.45% from 255) = 52.90%
R=29.00%
G=18.10%
B=52.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal125782280.450.6600.11258.873.5360
Hex7D4EE42D420B1034a3c
Octal1751163445510201340311274
Binary11111011001110111001001011011000010010111000000111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,78,228); }

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

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

 a { background-color: rgb(125,78,228); }

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

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

 span { border-color: rgb(125,78,228); }

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