Html Css Color HEX #7C6EF1 Medium Slate Blue

📋 copy color: '#7C6EF1'

red 124 ◦ green 110 ◦ blue 241

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

Shades of Medium Slate Blue #7C6EF1

Tints of Medium Slate Blue #7C6EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.16%

 BLUE value IS 241 (94.53% from 255) = 50.74%

R = 26.11%
G = 23.16%
B = 50.74%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7C6EF1 (or 0x7C6EF1) is known color: Medium Slate Blue. HEX triplet: 7C, 6E and F1. RGB value is (124,110,241). Sum of RGB (Red+Green+Blue) = 124+110+241=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #7C6EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6EF1 is #83910E. Grayscale: #808080. Windows color (decimal): -8622351 or 15822460. OLE color: 15822460.

HSL color Cylindrical-coordinate representation of color #7C6EF1: hue angle of 246.41º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C6EF1 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 124 110 241 -
CMYK 0.49 0.54 0 0.05
HSL 246.41º 0.82% 0.69% -
HSV(B) 246.41º 0.54% 0.95% -
XYZ 29.77 21.79 85.86 -
YUV 129.12 191.14 124.35 -
System Red Green Blue C M Y K H S L
Decimal 124 110 241 0.49 0.54 0 0.05 246.41 0.82 0.69
Hex 7C 6E F1 31 36 0 5 F6 52 45
Octal 174 156 361 61 66 0 5 366 122 105
Binary 1111100 1101110 11110001 110001 110110 0 101 11110110 1010010 1000101

Color Harmonies of #7C6EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6EF1

Black with #7C6EF1

Text Example


Text Example

White with #7C6EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,110,241); }

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

background-color css

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

 a { background-color: rgb(124,110,241); }

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

border-color css

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

 span { border-color: rgb(124,110,241); }

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