Html Css Color HEX #7D4DFC Medium Slate Blue

📋 copy color: '#7D4DFC'

red 125 ◦ green 77 ◦ blue 252

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

Shades of Medium Slate Blue #7D4DFC

Tints of Medium Slate Blue #7D4DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.96%

 BLUE value IS 252 (98.83% from 255) = 55.51%

R = 27.53%
G = 16.96%
B = 55.51%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D4DFC (or 0x7D4DFC) is known color: Medium Slate Blue. HEX triplet: 7D, 4D and FC. RGB value is (125,77,252). Sum of RGB (Red+Green+Blue) = 125+77+252=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D4DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D4DFC is #82B203. Grayscale: #6E6E6E. Windows color (decimal): -8565252 or 16534909. OLE color: 16534909.

HSL color Cylindrical-coordinate representation of color #7D4DFC: hue angle of 256.46º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D4DFC is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 77 252 -
CMYK 0.50 0.69 0 0.01
HSL 256.46º 0.97% 0.65% -
HSV(B) 256.46º 0.69% 0.99% -
XYZ 28.68 16.7 93.81 -
YUV 111.3 207.4 137.77 -
System Red Green Blue C M Y K H S L
Decimal 125 77 252 0.50 0.69 0 0.01 256.46 0.97 0.65
Hex 7D 4D FC 32 45 0 1 100 61 41
Octal 175 115 374 62 105 0 1 400 141 101
Binary 1111101 1001101 11111100 110010 1000101 0 1 100000000 1100001 1000001

Color Harmonies of #7D4DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4DFC

Black with #7D4DFC

Text Example


Text Example

White with #7D4DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,77,252); }

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

background-color css

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

 a { background-color: rgb(125,77,252); }

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

border-color css

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

 span { border-color: rgb(125,77,252); }

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