#7C68F6

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

Shades of Medium Slate Blue #7C68F6

Tints of Medium Slate Blue #7C68F6

Color information

#7C68F6 (or 0x7C68F6) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 68 and F6. RGB value is (124,104,246). Sum of RGB (Red+Green+Blue) = 124+104+246=474 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.16% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #7C68F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C68F6 is #839709. Grayscale: #7D7D7D. Windows color (decimal): -8623882 or 16148604. OLE color: 16148604.

HSL color Cylindrical-coordinate representation of color #7C68F6: hue angle of 248.45º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C68F6 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB124104246-
CMYK0.500.5800.04
HSL248.45º88.75%68.63%-
HSV(B)248.45º57.72%96.47%-
XYZ29.920.8489.64-
YUV126.17195.63126.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.16%
GREEN value IS 104 (41.02% from 255) = 21.94%
BLUE value IS 246 (96.48% from 255) = 51.90%
R=26.16%
G=21.94%
B=51.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1241042460.500.5800.04248.4588.7568.63
Hex7C68F6323A04f85945
Octal174150366627204370131105
Binary111110011010001111011011001011101001001111100010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C68F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,104,246); }

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

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

 a { background-color: rgb(124,104,246); }

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

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

 span { border-color: rgb(124,104,246); }

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