#7C6DEE

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

Shades of Medium Slate Blue #7C6DEE

Tints of Medium Slate Blue #7C6DEE

Color information

#7C6DEE (or 0x7C6DEE) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 6D and EE. RGB value is (124,109,238). Sum of RGB (Red+Green+Blue) = 124+109+238=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C6DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6DEE is #839211. Grayscale: #7F7F7F. Windows color (decimal): -8622610 or 15625596. OLE color: 15625596.

HSL color Cylindrical-coordinate representation of color #7C6DEE: hue angle of 246.98º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C6DEE is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB124109238-
CMYK0.480.5400.07
HSL246.98º79.14%68.04%-
HSV(B)246.98º54.2%93.33%-
XYZ29.2121.483.48-
YUV128.19189.97125.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.33%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 238 (93.36% from 255) = 50.53%
R=26.33%
G=23.14%
B=50.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1241092380.480.5400.07246.9879.1468.04
Hex7C6DEE303607f74f44
Octal174155356606607367117104
Binary111110011011011110111011000011011001111111011110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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