#746EE1

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

Shades of Medium Slate Blue #746EE1

Tints of Medium Slate Blue #746EE1

Color information

#746EE1 (or 0x746EE1) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 6E and E1. RGB value is (116,110,225). Sum of RGB (Red+Green+Blue) = 116+110+225=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #746EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746EE1 is #8B911E. Grayscale: #7C7C7C. Windows color (decimal): -9146655 or 14773876. OLE color: 14773876.

HSL color Cylindrical-coordinate representation of color #746EE1: hue angle of 243.13º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #746EE1 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB116110225-
CMYK0.480.5100.12
HSL243.13º65.71%65.69%-
HSV(B)243.13º51.11%88.24%-
XYZ26.3720.373.76-
YUV124.9184.49121.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.72%
GREEN value IS 110 (43.36% from 255) = 24.39%
BLUE value IS 225 (88.28% from 255) = 49.89%
R=25.72%
G=24.39%
B=49.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1161102250.480.5100.12243.1365.7165.69
Hex746EE130330Cf34242
Octal1641563416063014363102102
Binary1110100110111011100001110000110011011001111001110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746EE1; }

 p { color: rgb(116,110,225); }

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

<style>
 a { background-color: #746EE1; }

 a { background-color: rgb(116,110,225); }

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

<style>
 span { border-color: #746EE1; }

 span { border-color: rgb(116,110,225); }

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