Html Css Color HEX #7C6ADC Medium Slate Blue

📋 copy color: '#7C6ADC'

red 124 ◦ green 106 ◦ blue 220

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

Shades of Medium Slate Blue #7C6ADC

Tints of Medium Slate Blue #7C6ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.56%

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

R = 27.56%
G = 23.56%
B = 48.89%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C6ADC (or 0x7C6ADC) is known color: Medium Slate Blue. HEX triplet: 7C, 6A and DC. RGB value is (124,106,220). Sum of RGB (Red+Green+Blue) = 124+106+220=450 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.56% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C6ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6ADC is #839523. Grayscale: #7B7B7B. Windows color (decimal): -8623396 or 14445180. OLE color: 14445180.

HSL color Cylindrical-coordinate representation of color #7C6ADC: hue angle of 249.47º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C6ADC is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 106 220 -
CMYK 0.44 0.52 0 0.14
HSL 249.47º 0.62% 0.64% -
HSV(B) 249.47º 0.52% 0.86% -
XYZ 26.38 19.76 70.13 -
YUV 124.38 181.96 127.73 -
System Red Green Blue C M Y K H S L
Decimal 124 106 220 0.44 0.52 0 0.14 249.47 0.62 0.64
Hex 7C 6A DC 2C 34 0 E F9 3E 40
Octal 174 152 334 54 64 0 16 371 76 100
Binary 1111100 1101010 11011100 101100 110100 0 1110 11111001 111110 1000000

Color Harmonies of #7C6ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6ADC

Black with #7C6ADC

Text Example


Text Example

White with #7C6ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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