#7D66EC

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

Shades of Medium Slate Blue #7D66EC

Tints of Medium Slate Blue #7D66EC

Color information

#7D66EC (or 0x7D66EC) is unknown color: approx Medium Slate Blue. HEX triplet: 7D, 66 and EC. RGB value is (125,102,236). Sum of RGB (Red+Green+Blue) = 125+102+236=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D66EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D66EC is #829913. Grayscale: #7B7B7B. Windows color (decimal): -8558868 or 15492733. OLE color: 15492733.

HSL color Cylindrical-coordinate representation of color #7D66EC: hue angle of 250.3º 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 #7D66EC is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB125102236-
CMYK0.470.5700.07
HSL250.3º77.91%66.27%-
HSV(B)250.3º56.78%92.55%-
XYZ28.3519.9281.71-
YUV124.15191.12128.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.00%
GREEN value IS 102 (40.23% from 255) = 22.03%
BLUE value IS 236 (92.58% from 255) = 50.97%
R=27.00%
G=22.03%
B=50.97%

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
Decimal1251022360.470.5700.07250.377.9166.27
Hex7D66EC2F3907fa4e42
Octal175146354577107372116102
Binary111110111001101110110010111111100101111111101010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D66EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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