Html Css Color HEX #7D5DDC Medium Slate Blue

📋 copy color: '#7D5DDC'

red 125 ◦ green 93 ◦ blue 220

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

Shades of Medium Slate Blue #7D5DDC

Tints of Medium Slate Blue #7D5DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.23%

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

R = 28.54%
G = 21.23%
B = 50.23%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D5DDC (or 0x7D5DDC) is known color: Medium Slate Blue. HEX triplet: 7D, 5D and DC. RGB value is (125,93,220). Sum of RGB (Red+Green+Blue) = 125+93+220=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D5DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5DDC is #82A223. Grayscale: #747474. Windows color (decimal): -8561188 or 14441853. OLE color: 14441853.

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

Color convert

RGB 125 93 220 -
CMYK 0.43 0.58 0 0.14
HSL 255.12º 0.64% 0.61% -
HSV(B) 255.12º 0.58% 0.86% -
XYZ 25.29 17.36 69.73 -
YUV 117.05 186.1 133.67 -
System Red Green Blue C M Y K H S L
Decimal 125 93 220 0.43 0.58 0 0.14 255.12 0.64 0.61
Hex 7D 5D DC 2B 3A 0 E FF 40 3D
Octal 175 135 334 53 72 0 16 377 100 75
Binary 1111101 1011101 11011100 101011 111010 0 1110 11111111 1000000 111101

Color Harmonies of #7D5DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5DDC

Black with #7D5DDC

Text Example


Text Example

White with #7D5DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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