#7D5DEA

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

Shades of Medium Slate Blue #7D5DEA

Tints of Medium Slate Blue #7D5DEA

Color information

#7D5DEA (or 0x7D5DEA) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 5D and EA. RGB value is (125,93,234). Sum of RGB (Red+Green+Blue) = 125+93+234=452 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.65% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #7D5DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5DEA is #82A215. Grayscale: #767676. Windows color (decimal): -8561174 or 15359357. OLE color: 15359357.

HSL color Cylindrical-coordinate representation of color #7D5DEA: hue angle of 253.62º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D5DEA is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12593234-
CMYK0.470.6000.08
HSL253.62º77.05%64.12%-
HSV(B)253.62º60.26%91.76%-
XYZ27.2218.1379.91-
YUV118.64193.1132.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.65%
GREEN value IS 93 (36.72% from 255) = 20.58%
BLUE value IS 234 (91.80% from 255) = 51.77%
R=27.65%
G=20.58%
B=51.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal125932340.470.6000.08253.6277.0564.12
Hex7D5DEA2F3C08fe4d40
Octal1751353525774010376115100
Binary1111101101110111101010101111111100010001111111010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,93,234); }

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

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

 a { background-color: rgb(125,93,234); }

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

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

 span { border-color: rgb(125,93,234); }

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