Html Css Color HEX #7D4EFC Medium Slate Blue

📋 copy color: '#7D4EFC'

red 125 ◦ green 78 ◦ blue 252

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

Shades of Medium Slate Blue #7D4EFC

Tints of Medium Slate Blue #7D4EFC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.14%

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

R = 27.47%
G = 17.14%
B = 55.38%

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

#7D4EFC (or 0x7D4EFC) is known color: Medium Slate Blue. HEX triplet: 7D, 4E and FC. RGB value is (125,78,252). Sum of RGB (Red+Green+Blue) = 125+78+252=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D4EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D4EFC is #82B103. Grayscale: #6F6F6F. Windows color (decimal): -8564996 or 16535165. OLE color: 16535165.

HSL color Cylindrical-coordinate representation of color #7D4EFC: hue angle of 256.21º 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 #7D4EFC is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 78 252 -
CMYK 0.50 0.69 0 0.01
HSL 256.21º 0.97% 0.65% -
HSV(B) 256.21º 0.69% 0.99% -
XYZ 28.75 16.84 93.83 -
YUV 111.89 207.07 137.35 -
System Red Green Blue C M Y K H S L
Decimal 125 78 252 0.50 0.69 0 0.01 256.21 0.97 0.65
Hex 7D 4E FC 32 45 0 1 100 61 41
Octal 175 116 374 62 105 0 1 400 141 101
Binary 1111101 1001110 11111100 110010 1000101 0 1 100000000 1100001 1000001

Color Harmonies of #7D4EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4EFC

Black with #7D4EFC

Text Example


Text Example

White with #7D4EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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