#746AE5

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

Shades of Medium Slate Blue #746AE5

Tints of Medium Slate Blue #746AE5

Color information

#746AE5 (or 0x746AE5) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 6A and E5. RGB value is (116,106,229). Sum of RGB (Red+Green+Blue) = 116+106+229=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #746AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746AE5 is #8B951A. Grayscale: #7A7A7A. Windows color (decimal): -9147675 or 15034996. OLE color: 15034996.

HSL color Cylindrical-coordinate representation of color #746AE5: hue angle of 244.88º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #746AE5 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB116106229-
CMYK0.490.5400.10
HSL244.88º70.29%65.69%-
HSV(B)244.88º53.71%89.8%-
XYZ26.519.6876.53-
YUV123.01187.81123-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.72%
GREEN value IS 106 (41.80% from 255) = 23.50%
BLUE value IS 229 (89.84% from 255) = 50.78%
R=25.72%
G=23.50%
B=50.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1161062290.490.5400.10244.8870.2965.69
Hex746AE531360Af54642
Octal1641523456166012365106102
Binary1110100110101011100101110001110110010101111010110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,106,229); }

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

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

 a { background-color: rgb(116,106,229); }

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

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

 span { border-color: rgb(116,106,229); }

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