#7D5DEB

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

Shades of Medium Slate Blue #7D5DEB

Tints of Medium Slate Blue #7D5DEB

Color information

#7D5DEB (or 0x7D5DEB) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 5D and EB. RGB value is (125,93,235). Sum of RGB (Red+Green+Blue) = 125+93+235=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #7D5DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5DEB is #82A214. Grayscale: #767676. Windows color (decimal): -8561173 or 15424893. OLE color: 15424893.

HSL color Cylindrical-coordinate representation of color #7D5DEB: hue angle of 253.52º degrees, saturation: 0.78, 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 #7D5DEB is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12593235-
CMYK0.470.6000.08
HSL253.52º78.02%64.31%-
HSV(B)253.52º60.43%92.16%-
XYZ27.3718.1980.67-
YUV118.76193.6132.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.59%
GREEN value IS 93 (36.72% from 255) = 20.53%
BLUE value IS 235 (92.19% from 255) = 51.88%
R=27.59%
G=20.53%
B=51.88%

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
Decimal125932350.470.6000.08253.5278.0264.31
Hex7D5DEB2F3C08fe4e40
Octal1751353535774010376116100
Binary1111101101110111101011101111111100010001111111010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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