Html Css Color HEX #7C4DEE Medium Slate Blue

📋 copy color: '#7C4DEE'

red 124 ◦ green 77 ◦ blue 238

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

Shades of Medium Slate Blue #7C4DEE

Tints of Medium Slate Blue #7C4DEE

RGB

 RED value IS 124 (48.83% from 255) = 28.25%

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

 BLUE value IS 238 (93.36% from 255) = 54.21%

R = 28.25%
G = 17.54%
B = 54.21%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7C4DEE (or 0x7C4DEE) is known color: Medium Slate Blue. HEX triplet: 7C, 4D and EE. RGB value is (124,77,238). Sum of RGB (Red+Green+Blue) = 124+77+238=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C4DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C4DEE is #83B211. Grayscale: #6C6C6C. Windows color (decimal): -8630802 or 15617404. OLE color: 15617404.

HSL color Cylindrical-coordinate representation of color #7C4DEE: hue angle of 257.52º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C4DEE is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 124 77 238 -
CMYK 0.48 0.68 0 0.07
HSL 257.52º 0.83% 0.62% -
HSV(B) 257.52º 0.68% 0.93% -
XYZ 26.4 15.77 82.54 -
YUV 109.41 200.57 138.41 -
System Red Green Blue C M Y K H S L
Decimal 124 77 238 0.48 0.68 0 0.07 257.52 0.83 0.62
Hex 7C 4D EE 30 44 0 7 102 53 3E
Octal 174 115 356 60 104 0 7 402 123 76
Binary 1111100 1001101 11101110 110000 1000100 0 111 100000010 1010011 111110

Color Harmonies of #7C4DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4DEE

Black with #7C4DEE

Text Example


Text Example

White with #7C4DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,77,238); }

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

background-color css

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

 a { background-color: rgb(124,77,238); }

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

border-color css

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

 span { border-color: rgb(124,77,238); }

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