Html Css Color HEX #7D4FE1 Medium Slate Blue

📋 copy color: '#7D4FE1'

red 125 ◦ green 79 ◦ blue 225

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

Shades of Medium Slate Blue #7D4FE1

Tints of Medium Slate Blue #7D4FE1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.41%

 BLUE value IS 225 (88.28% from 255) = 52.45%

R = 29.14%
G = 18.41%
B = 52.45%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#7D4FE1 (or 0x7D4FE1) is known color: Medium Slate Blue. HEX triplet: 7D, 4F and E1. RGB value is (125,79,225). Sum of RGB (Red+Green+Blue) = 125+79+225=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #7D4FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4FE1 is #82B01E. Grayscale: #6C6C6C. Windows color (decimal): -8564767 or 14765949. OLE color: 14765949.

HSL color Cylindrical-coordinate representation of color #7D4FE1: hue angle of 258.9º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D4FE1 is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 125 79 225 -
CMYK 0.44 0.65 0 0.12
HSL 258.9º 0.71% 0.6% -
HSV(B) 258.9º 0.65% 0.88% -
XYZ 24.84 15.39 72.89 -
YUV 109.4 193.24 139.13 -
System Red Green Blue C M Y K H S L
Decimal 125 79 225 0.44 0.65 0 0.12 258.9 0.71 0.6
Hex 7D 4F E1 2C 41 0 C 103 47 3C
Octal 175 117 341 54 101 0 14 403 107 74
Binary 1111101 1001111 11100001 101100 1000001 0 1100 100000011 1000111 111100

Color Harmonies of #7D4FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4FE1

Black with #7D4FE1

Text Example


Text Example

White with #7D4FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,79,225); }

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

background-color css

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

 a { background-color: rgb(125,79,225); }

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

border-color css

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

 span { border-color: rgb(125,79,225); }

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