#7D5AE7

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

Shades of Medium Slate Blue #7D5AE7

Tints of Medium Slate Blue #7D5AE7

Color information

#7D5AE7 (or 0x7D5AE7) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 5A and E7. RGB value is (125,90,231). Sum of RGB (Red+Green+Blue) = 125+90+231=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #7D5AE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D5AE7 is #82A518. Grayscale: #747474. Windows color (decimal): -8561945 or 15161981. OLE color: 15161981.

HSL color Cylindrical-coordinate representation of color #7D5AE7: hue angle of 254.89º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D5AE7 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12590231-
CMYK0.460.6100.09
HSL254.89º74.6%62.94%-
HSV(B)254.89º61.04%90.59%-
XYZ26.5417.4477.57-
YUV116.54192.6134.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.03%
GREEN value IS 90 (35.55% from 255) = 20.18%
BLUE value IS 231 (90.62% from 255) = 51.79%
R=28.03%
G=20.18%
B=51.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal125902310.460.6100.09254.8974.662.94
Hex7D5AE72E3D09ff4b3f
Octal175132347567501137711377
Binary111110110110101110011110111011110101001111111111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,90,231); }

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

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

 a { background-color: rgb(125,90,231); }

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

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

 span { border-color: rgb(125,90,231); }

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