#747DE5

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

Shades of Medium Slate Blue #747DE5

Tints of Medium Slate Blue #747DE5

Color information

#747DE5 (or 0x747DE5) is unknown color: approx Medium Slate Blue. HEX triplet: 74, 7D and E5. RGB value is (116,125,229). Sum of RGB (Red+Green+Blue) = 116+125+229=470 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.68% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #747DE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DE5 is #8B821A. Grayscale: #858585. Windows color (decimal): -9142811 or 15039860. OLE color: 15039860.

HSL color Cylindrical-coordinate representation of color #747DE5: hue angle of 235.22º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #747DE5 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB116125229-
CMYK0.490.4500.10
HSL235.22º68.48%67.65%-
HSV(B)235.22º49.34%89.8%-
XYZ28.6824.0477.26-
YUV134.16181.52115.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.68%
GREEN value IS 125 (49.22% from 255) = 26.60%
BLUE value IS 229 (89.84% from 255) = 48.72%
R=24.68%
G=26.60%
B=48.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1161252290.490.4500.10235.2268.4867.65
Hex747DE5312D0Aeb4444
Octal1641753456155012353104104
Binary1110100111110111100101110001101101010101110101110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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