#7C66EC

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

Shades of Medium Slate Blue #7C66EC

Tints of Medium Slate Blue #7C66EC

Color information

#7C66EC (or 0x7C66EC) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 66 and EC. RGB value is (124,102,236). Sum of RGB (Red+Green+Blue) = 124+102+236=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #7C66EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C66EC is #839913. Grayscale: #7B7B7B. Windows color (decimal): -8624404 or 15492732. OLE color: 15492732.

HSL color Cylindrical-coordinate representation of color #7C66EC: hue angle of 249.85º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C66EC is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB124102236-
CMYK0.470.5700.07
HSL249.85º77.91%66.27%-
HSV(B)249.85º56.78%92.55%-
XYZ28.219.8481.7-
YUV123.85191.29128.1-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.84%
GREEN value IS 102 (40.23% from 255) = 22.08%
BLUE value IS 236 (92.58% from 255) = 51.08%
R=26.84%
G=22.08%
B=51.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1241022360.470.5700.07249.8577.9166.27
Hex7C66EC2F3907fa4e42
Octal174146354577107372116102
Binary111110011001101110110010111111100101111111101010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C66EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,102,236); }

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

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

 a { background-color: rgb(124,102,236); }

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

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

 span { border-color: rgb(124,102,236); }

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