Html Css Color HEX #7C6DEC Medium Slate Blue

📋 copy color: '#7C6DEC'

red 124 ◦ green 109 ◦ blue 236

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

Shades of Medium Slate Blue #7C6DEC

Tints of Medium Slate Blue #7C6DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.24%

 BLUE value IS 236 (92.58% from 255) = 50.32%

R = 26.44%
G = 23.24%
B = 50.32%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7C6DEC (or 0x7C6DEC) is known color: Medium Slate Blue. HEX triplet: 7C, 6D and EC. RGB value is (124,109,236). Sum of RGB (Red+Green+Blue) = 124+109+236=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 236 (92.58% from 255 or 50.32% from 469); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C6DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6DEC is #839213. Grayscale: #7F7F7F. Windows color (decimal): -8622612 or 15494524. OLE color: 15494524.

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

Color convert

RGB 124 109 236 -
CMYK 0.47 0.54 0 0.07
HSL 247.09º 0.77% 0.68% -
HSV(B) 247.09º 0.54% 0.93% -
XYZ 28.92 21.28 81.94 -
YUV 127.96 188.97 125.17 -
System Red Green Blue C M Y K H S L
Decimal 124 109 236 0.47 0.54 0 0.07 247.09 0.77 0.68
Hex 7C 6D EC 2F 36 0 7 F7 4D 44
Octal 174 155 354 57 66 0 7 367 115 104
Binary 1111100 1101101 11101100 101111 110110 0 111 11110111 1001101 1000100

Color Harmonies of #7C6DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6DEC

Black with #7C6DEC

Text Example


Text Example

White with #7C6DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,109,236); }

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

background-color css

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

 a { background-color: rgb(124,109,236); }

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

border-color css

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

 span { border-color: rgb(124,109,236); }

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