#7C61EF

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

Shades of Medium Slate Blue #7C61EF

Tints of Medium Slate Blue #7C61EF

Color information

#7C61EF (or 0x7C61EF) is unknown color: approx Medium Slate Blue. HEX triplet: 7C, 61 and EF. RGB value is (124,97,239). Sum of RGB (Red+Green+Blue) = 124+97+239=460 (60% of max value = 765). Red value is 124 (48.83% from 255 or 26.96% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #7C61EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C61EF is #839E10. Grayscale: #787878. Windows color (decimal): -8625681 or 15688060. OLE color: 15688060.

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

Color convert

RGB12497239-
CMYK0.480.5900.06
HSL251.41º81.61%65.88%-
HSV(B)251.41º59.41%93.73%-
XYZ28.1719.0783.86-
YUV121.26194.45129.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.96%
GREEN value IS 97 (38.28% from 255) = 21.09%
BLUE value IS 239 (93.75% from 255) = 51.96%
R=26.96%
G=21.09%
B=51.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal124972390.480.5900.06251.4181.6165.88
Hex7C61EF303B06fb5242
Octal174141357607306373122102
Binary111110011000011110111111000011101101101111101110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C61EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,97,239); }

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

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

 a { background-color: rgb(124,97,239); }

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

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

 span { border-color: rgb(124,97,239); }

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