Html Css Color HEX #7C6DDC Medium Slate Blue

📋 copy color: '#7C6DDC'

red 124 ◦ green 109 ◦ blue 220

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

Shades of Medium Slate Blue #7C6DDC

Tints of Medium Slate Blue #7C6DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.57%

R = 27.37%
G = 24.06%
B = 48.57%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C6DDC (or 0x7C6DDC) is known color: Medium Slate Blue. HEX triplet: 7C, 6D and DC. RGB value is (124,109,220). Sum of RGB (Red+Green+Blue) = 124+109+220=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C6DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6DDC is #839223. Grayscale: #7D7D7D. Windows color (decimal): -8622628 or 14445948. OLE color: 14445948.

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

Color convert

RGB 124 109 220 -
CMYK 0.44 0.50 0 0.14
HSL 248.11º 0.61% 0.65% -
HSV(B) 248.11º 0.5% 0.86% -
XYZ 26.7 20.39 70.24 -
YUV 126.14 180.97 126.47 -
System Red Green Blue C M Y K H S L
Decimal 124 109 220 0.44 0.50 0 0.14 248.11 0.61 0.65
Hex 7C 6D DC 2C 32 0 E F8 3D 41
Octal 174 155 334 54 62 0 16 370 75 101
Binary 1111100 1101101 11011100 101100 110010 0 1110 11111000 111101 1000001

Color Harmonies of #7C6DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6DDC

Black with #7C6DDC

Text Example


Text Example

White with #7C6DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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