Html Css Color HEX #7C6DEF Medium Slate Blue

📋 copy color: '#7C6DEF'

red 124 ◦ green 109 ◦ blue 239

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

Shades of Medium Slate Blue #7C6DEF

Tints of Medium Slate Blue #7C6DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 26.27%
G = 23.09%
B = 50.64%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7C6DEF (or 0x7C6DEF) is known color: Medium Slate Blue. HEX triplet: 7C, 6D and EF. RGB value is (124,109,239). Sum of RGB (Red+Green+Blue) = 124+109+239=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C6DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6DEF is #839210. Grayscale: #7F7F7F. Windows color (decimal): -8622609 or 15691132. OLE color: 15691132.

HSL color Cylindrical-coordinate representation of color #7C6DEF: hue angle of 246.92º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C6DEF is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 124 109 239 -
CMYK 0.48 0.54 0 0.06
HSL 246.92º 0.8% 0.68% -
HSV(B) 246.92º 0.54% 0.94% -
XYZ 29.36 21.45 84.25 -
YUV 128.31 190.47 124.93 -
System Red Green Blue C M Y K H S L
Decimal 124 109 239 0.48 0.54 0 0.06 246.92 0.8 0.68
Hex 7C 6D EF 30 36 0 6 F7 50 44
Octal 174 155 357 60 66 0 6 367 120 104
Binary 1111100 1101101 11101111 110000 110110 0 110 11110111 1010000 1000100

Color Harmonies of #7C6DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6DEF

Black with #7C6DEF

Text Example


Text Example

White with #7C6DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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