#7c6ddc

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

Shades of Medium Slate Blue #7C6DDC

Tints of Medium Slate Blue #7C6DDC

Color information

#7C6DDC (or 0x7C6DDC) is unknown color: approx 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

RGB124109220-
CMYK0.440.5000.14
HSL248.11º61.33%64.51%-
HSV(B)248.11º50.45%86.27%-
XYZ26.720.3970.24-
YUV126.14180.97126.47-

RGB Variations

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

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 (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1241092200.440.5000.14248.1161.3364.51
Hex7C6DDC2C320Ef83d41
Octal174155334546201637075101
Binary111110011011011101110010110011001001110111110001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c6ddc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>