Html Css Color HEX #7D5BDC Medium Slate Blue

📋 copy color: '#7D5BDC'

red 125 ◦ green 91 ◦ blue 220

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

Shades of Medium Slate Blue #7D5BDC

Tints of Medium Slate Blue #7D5BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.87%

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

R = 28.67%
G = 20.87%
B = 50.46%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D5BDC (or 0x7D5BDC) is known color: Medium Slate Blue. HEX triplet: 7D, 5B and DC. RGB value is (125,91,220). Sum of RGB (Red+Green+Blue) = 125+91+220=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D5BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5BDC is #82A423. Grayscale: #737373. Windows color (decimal): -8561700 or 14441341. OLE color: 14441341.

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

Color convert

RGB 125 91 220 -
CMYK 0.43 0.59 0 0.14
HSL 255.81º 0.65% 0.61% -
HSV(B) 255.81º 0.59% 0.86% -
XYZ 25.12 17.01 69.67 -
YUV 115.87 186.76 134.51 -
System Red Green Blue C M Y K H S L
Decimal 125 91 220 0.43 0.59 0 0.14 255.81 0.65 0.61
Hex 7D 5B DC 2B 3B 0 E 100 41 3D
Octal 175 133 334 53 73 0 16 400 101 75
Binary 1111101 1011011 11011100 101011 111011 0 1110 100000000 1000001 111101

Color Harmonies of #7D5BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5BDC

Black with #7D5BDC

Text Example


Text Example

White with #7D5BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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