#7C6DE6

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

Shades of Medium Slate Blue #7C6DE6

Tints of Medium Slate Blue #7C6DE6

Color information

#7C6DE6 (or 0x7C6DE6) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 6D and E6. RGB value is (124,109,230). Sum of RGB (Red+Green+Blue) = 124+109+230=463 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.78% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 230 (90.23% from 255 or 49.68% from 463); Max value from RGB is 230 - color contains mainly: blue. Hex color #7C6DE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6DE6 is #839219. Grayscale: #7E7E7E. Windows color (decimal): -8622618 or 15101308. OLE color: 15101308.

HSL color Cylindrical-coordinate representation of color #7C6DE6: hue angle of 247.44º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C6DE6 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB124109230-
CMYK0.460.5300.10
HSL247.44º70.76%66.47%-
HSV(B)247.44º52.61%90.2%-
XYZ28.0620.9477.42-
YUV127.28185.97125.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.78%
GREEN value IS 109 (42.97% from 255) = 23.54%
BLUE value IS 230 (90.23% from 255) = 49.68%
R=26.78%
G=23.54%
B=49.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1241092300.460.5300.10247.4470.7666.47
Hex7C6DE62E350Af74742
Octal1741553465665012367107102
Binary1111100110110111100110101110110101010101111011110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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