Html Css Color HEX #7C6FDF Medium Slate Blue

📋 copy color: '#7C6FDF'

red 124 ◦ green 111 ◦ blue 223

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

Shades of Medium Slate Blue #7C6FDF

Tints of Medium Slate Blue #7C6FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.24%

 BLUE value IS 223 (87.5% from 255) = 48.69%

R = 27.07%
G = 24.24%
B = 48.69%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7C6FDF (or 0x7C6FDF) is known color: Medium Slate Blue. HEX triplet: 7C, 6F and DF. RGB value is (124,111,223). Sum of RGB (Red+Green+Blue) = 124+111+223=458 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.07% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #7C6FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6FDF is #839020. Grayscale: #7F7F7F. Windows color (decimal): -8622113 or 14643068. OLE color: 14643068.

HSL color Cylindrical-coordinate representation of color #7C6FDF: hue angle of 246.96º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C6FDF is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 111 223 -
CMYK 0.44 0.50 0 0.13
HSL 246.96º 0.64% 0.65% -
HSV(B) 246.96º 0.5% 0.87% -
XYZ 27.32 20.98 72.42 -
YUV 127.66 181.81 125.39 -
System Red Green Blue C M Y K H S L
Decimal 124 111 223 0.44 0.50 0 0.13 246.96 0.64 0.65
Hex 7C 6F DF 2C 32 0 D F7 40 41
Octal 174 157 337 54 62 0 15 367 100 101
Binary 1111100 1101111 11011111 101100 110010 0 1101 11110111 1000000 1000001

Color Harmonies of #7C6FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6FDF

Black with #7C6FDF

Text Example


Text Example

White with #7C6FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,111,223); }

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

background-color css

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

 a { background-color: rgb(124,111,223); }

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

border-color css

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

 span { border-color: rgb(124,111,223); }

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