#7C6DEA

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

Shades of Medium Slate Blue #7C6DEA

Tints of Medium Slate Blue #7C6DEA

Color information

#7C6DEA (or 0x7C6DEA) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 6D and EA. RGB value is (124,109,234). Sum of RGB (Red+Green+Blue) = 124+109+234=467 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.55% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #7C6DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6DEA is #839215. Grayscale: #7F7F7F. Windows color (decimal): -8622614 or 15363452. OLE color: 15363452.

HSL color Cylindrical-coordinate representation of color #7C6DEA: hue angle of 247.2º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C6DEA is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB124109234-
CMYK0.470.5300.08
HSL247.2º74.85%67.25%-
HSV(B)247.2º53.42%91.76%-
XYZ28.6321.1680.42-
YUV127.74187.97125.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.55%
GREEN value IS 109 (42.97% from 255) = 23.34%
BLUE value IS 234 (91.80% from 255) = 50.11%
R=26.55%
G=23.34%
B=50.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1241092340.470.5300.08247.274.8567.25
Hex7C6DEA2F3508f74b43
Octal1741553525765010367113103
Binary1111100110110111101010101111110101010001111011110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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