#7D4CE4

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

Shades of Medium Slate Blue #7D4CE4

Tints of Medium Slate Blue #7D4CE4

Color information

#7D4CE4 (or 0x7D4CE4) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 4C and E4. RGB value is (125,76,228). Sum of RGB (Red+Green+Blue) = 125+76+228=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 228 (89.45% from 255 or 53.15% from 429); Max value from RGB is 228 - color contains mainly: blue. Hex color #7D4CE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4CE4 is #82B31B. Grayscale: #6B6B6B. Windows color (decimal): -8565532 or 14961789. OLE color: 14961789.

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

Color convert

RGB12576228-
CMYK0.450.6700.11
HSL259.34º73.79%59.61%-
HSV(B)259.34º66.67%89.41%-
XYZ25.0515.1375-
YUV107.98195.73140.14-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.14%
GREEN value IS 76 (30.08% from 255) = 17.72%
BLUE value IS 228 (89.45% from 255) = 53.15%
R=29.14%
G=17.72%
B=53.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal125762280.450.6700.11259.3473.7959.61
Hex7D4CE42D430B1034a3c
Octal1751143445510301340311274
Binary11111011001100111001001011011000011010111000000111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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