Html Css Color HEX #7C6DDB Medium Slate Blue

📋 copy color: '#7C6DDB'

red 124 ◦ green 109 ◦ blue 219

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

Shades of Medium Slate Blue #7C6DDB

Tints of Medium Slate Blue #7C6DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 27.43%
G = 24.12%
B = 48.45%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7C6DDB (or 0x7C6DDB) is known color: Medium Slate Blue. HEX triplet: 7C, 6D and DB. RGB value is (124,109,219). Sum of RGB (Red+Green+Blue) = 124+109+219=452 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.43% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C6DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6DDB is #839224. Grayscale: #7D7D7D. Windows color (decimal): -8622629 or 14380412. OLE color: 14380412.

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

Color convert

RGB 124 109 219 -
CMYK 0.43 0.50 0 0.14
HSL 248.18º 0.6% 0.64% -
HSV(B) 248.18º 0.5% 0.86% -
XYZ 26.57 20.34 69.54 -
YUV 126.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 124 109 219 0.43 0.50 0 0.14 248.18 0.6 0.64
Hex 7C 6D DB 2B 32 0 E F8 3C 40
Octal 174 155 333 53 62 0 16 370 74 100
Binary 1111100 1101101 11011011 101011 110010 0 1110 11111000 111100 1000000

Color Harmonies of #7C6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6DDB

Black with #7C6DDB

Text Example


Text Example

White with #7C6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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