#7C6FF0

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

Shades of Medium Slate Blue #7C6FF0

Tints of Medium Slate Blue #7C6FF0

Color information

#7C6FF0 (or 0x7C6FF0) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 6F and F0. RGB value is (124,111,240). Sum of RGB (Red+Green+Blue) = 124+111+240=475 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.11% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #7C6FF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C6FF0 is #83900F. Grayscale: #818181. Windows color (decimal): -8622096 or 15757180. OLE color: 15757180.

HSL color Cylindrical-coordinate representation of color #7C6FF0: hue angle of 246.05º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C6FF0 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB124111240-
CMYK0.480.5400.06
HSL246.05º81.13%68.82%-
HSV(B)246.05º53.75%94.12%-
XYZ29.7221.9585.11-
YUV129.59190.31124.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.11%
GREEN value IS 111 (43.75% from 255) = 23.37%
BLUE value IS 240 (94.14% from 255) = 50.53%
R=26.11%
G=23.37%
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.06
SystemRedGreenBlueCMYKHSL
Decimal1241112400.480.5400.06246.0581.1368.82
Hex7C6FF0303606f65145
Octal174157360606606366121105
Binary111110011011111111000011000011011001101111011010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,111,240); }

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

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

 a { background-color: rgb(124,111,240); }

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

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

 span { border-color: rgb(124,111,240); }

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