#7C6CDB

Color #7C6CDB Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #7C6CDB

Tints of Medium Slate Blue #7C6CDB

Color information

#7C6CDB (or 0x7C6CDB) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 6C and DB. RGB value is (124,108,219). Sum of RGB (Red+Green+Blue) = 124+108+219=451 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.49% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C6CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6CDB is #839324. Grayscale: #7D7D7D. Windows color (decimal): -8622885 or 14380156. OLE color: 14380156.

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

Color convert

RGB124108219-
CMYK0.430.5100.14
HSL248.65º60.66%64.12%-
HSV(B)248.65º50.68%85.88%-
XYZ26.4620.1269.51-
YUV125.44180.8126.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.49%
GREEN value IS 108 (42.58% from 255) = 23.95%
BLUE value IS 219 (85.94% from 255) = 48.56%
R=27.49%
G=23.95%
B=48.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1241082190.430.5100.14248.6560.6664.12
Hex7C6CDB2B330Ef93d40
Octal174154333536301637175100
Binary111110011011001101101110101111001101110111110011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C6CDB;
 }
 .AnyTagClassName
 {
   color: #7C6CDB;
 }
</style>
background-color css

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

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

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

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

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

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