#747DE7

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

Shades of Medium Slate Blue #747DE7

Tints of Medium Slate Blue #747DE7

Color information

#747DE7 (or 0x747DE7) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 7D and E7. RGB value is (116,125,231). Sum of RGB (Red+Green+Blue) = 116+125+231=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #747DE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #747DE7 is #8B8218. Grayscale: #858585. Windows color (decimal): -9142809 or 15170932. OLE color: 15170932.

HSL color Cylindrical-coordinate representation of color #747DE7: hue angle of 235.3º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #747DE7 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB116125231-
CMYK0.500.4600.09
HSL235.3º70.55%68.04%-
HSV(B)235.3º49.78%90.59%-
XYZ28.9624.1578.74-
YUV134.39182.52114.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.58%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 231 (90.62% from 255) = 48.94%
R=24.58%
G=26.48%
B=48.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1161252310.500.4600.09235.370.5568.04
Hex747DE7322E09eb4744
Octal1641753476256011353107104
Binary1110100111110111100111110010101110010011110101110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,125,231); }

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

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

 a { background-color: rgb(116,125,231); }

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

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

 span { border-color: rgb(116,125,231); }

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