#747EED

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

Shades of Medium Slate Blue #747EED

Tints of Medium Slate Blue #747EED

Color information

#747EED (or 0x747EED) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 7E and ED. RGB value is (116,126,237). Sum of RGB (Red+Green+Blue) = 116+126+237=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #747EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747EED is #8B8112. Grayscale: #878787. Windows color (decimal): -9142547 or 15564404. OLE color: 15564404.

HSL color Cylindrical-coordinate representation of color #747EED: hue angle of 235.04º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #747EED is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB116126237-
CMYK0.510.4700.07
HSL235.04º77.07%69.22%-
HSV(B)235.04º51.05%92.94%-
XYZ29.9524.7583.32-
YUV135.66185.19113.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.22%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 237 (92.97% from 255) = 49.48%
R=24.22%
G=26.30%
B=49.48%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1161262370.510.4700.07235.0477.0769.22
Hex747EED332F07eb4d45
Octal164176355635707353115105
Binary111010011111101110110111001110111101111110101110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747EED; }

 p { color: rgb(116,126,237); }

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

<style>
 a { background-color: #747EED; }

 a { background-color: rgb(116,126,237); }

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

<style>
 span { border-color: #747EED; }

 span { border-color: rgb(116,126,237); }

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