Html Css Color HEX #7D5EDC Medium Slate Blue

📋 copy color: '#7D5EDC'

red 125 ◦ green 94 ◦ blue 220

#7D5EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #7D5EDC

Tints of Medium Slate Blue #7D5EDC

RGB

 RED value IS 125 (49.22% from 255) = 28.47%

 GREEN value IS 94 (37.11% from 255) = 21.41%

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 28.47%
G = 21.41%
B = 50.11%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D5EDC (or 0x7D5EDC) is known color: Medium Slate Blue. HEX triplet: 7D, 5E and DC. RGB value is (125,94,220). Sum of RGB (Red+Green+Blue) = 125+94+220=439 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.47% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D5EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5EDC is #82A123. Grayscale: #757575. Windows color (decimal): -8560932 or 14442109. OLE color: 14442109.

HSL color Cylindrical-coordinate representation of color #7D5EDC: hue angle of 254.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D5EDC is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 94 220 -
CMYK 0.43 0.57 0 0.14
HSL 254.76º 0.64% 0.62% -
HSV(B) 254.76º 0.57% 0.86% -
XYZ 25.38 17.53 69.76 -
YUV 117.63 185.77 133.25 -
System Red Green Blue C M Y K H S L
Decimal 125 94 220 0.43 0.57 0 0.14 254.76 0.64 0.62
Hex 7D 5E DC 2B 39 0 E FF 40 3E
Octal 175 136 334 53 71 0 16 377 100 76
Binary 1111101 1011110 11011100 101011 111001 0 1110 11111111 1000000 111110

Color Harmonies of #7D5EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5EDC

Black with #7D5EDC

Text Example


Text Example

White with #7D5EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,94,220); }

 H1.HeaderClassName
 {
   color: #7D5EDC;
 }
 .AnyTagClassName
 {
   color: #7D5EDC;
 }
</style>

background-color css

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

 a { background-color: rgb(125,94,220); }

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

border-color css

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

 span { border-color: rgb(125,94,220); }

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