#746EEA

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

Shades of Medium Slate Blue #746EEA

Tints of Medium Slate Blue #746EEA

Color information

#746EEA (or 0x746EEA) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 6E and EA. RGB value is (116,110,234). Sum of RGB (Red+Green+Blue) = 116+110+234=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #746EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #746EEA is #8B9115. Grayscale: #7D7D7D. Windows color (decimal): -9146646 or 15363700. OLE color: 15363700.

HSL color Cylindrical-coordinate representation of color #746EEA: hue angle of 242.9º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #746EEA is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116110234-
CMYK0.500.5300.08
HSL242.9º74.7%67.45%-
HSV(B)242.9º52.99%91.76%-
XYZ27.6320.8180.4-
YUV125.93188.99120.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.22%
GREEN value IS 110 (43.36% from 255) = 23.91%
BLUE value IS 234 (91.80% from 255) = 50.87%
R=25.22%
G=23.91%
B=50.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1161102340.500.5300.08242.974.767.45
Hex746EEA323508f34b43
Octal1641563526265010363113103
Binary1110100110111011101010110010110101010001111001110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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