#7461EC

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

Shades of Medium Slate Blue #7461EC

Tints of Medium Slate Blue #7461EC

Color information

#7461EC (or 0x7461EC) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 61 and EC. RGB value is (116,97,236). Sum of RGB (Red+Green+Blue) = 116+97+236=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #7461EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7461EC is #8B9E13. Grayscale: #757575. Windows color (decimal): -9149972 or 15491444. OLE color: 15491444.

HSL color Cylindrical-coordinate representation of color #7461EC: hue angle of 248.2º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7461EC is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11697236-
CMYK0.510.5900.07
HSL248.2º78.53%65.29%-
HSV(B)248.2º58.9%92.55%-
XYZ26.6218.3281.49-
YUV118.53194.29126.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.84%
GREEN value IS 97 (38.28% from 255) = 21.60%
BLUE value IS 236 (92.58% from 255) = 52.56%
R=25.84%
G=21.60%
B=52.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal116972360.510.5900.07248.278.5365.29
Hex7461EC333B07f84f41
Octal164141354637307370117101
Binary111010011000011110110011001111101101111111100010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7461EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7461EC; }

 p { color: rgb(116,97,236); }

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

<style>
 a { background-color: #7461EC; }

 a { background-color: rgb(116,97,236); }

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

<style>
 span { border-color: #7461EC; }

 span { border-color: rgb(116,97,236); }

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