#747EDA

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

Shades of Moody Blue #747EDA

Tints of Moody Blue #747EDA

Color information

#747EDA (or 0x747EDA) is unknown color: approx Moody Blue. HEX triplet: 74, 7E and DA. RGB value is (116,126,218). Sum of RGB (Red+Green+Blue) = 116+126+218=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #747EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747EDA is #8B8125. Grayscale: #858585. Windows color (decimal): -9142566 or 14319220. OLE color: 14319220.

HSL color Cylindrical-coordinate representation of color #747EDA: hue angle of 234.12º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #747EDA is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB116126218-
CMYK0.470.4200.15
HSL234.12º57.95%65.49%-
HSV(B)234.12º46.79%85.49%-
XYZ27.3223.769.46-
YUV133.5175.69115.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.22%
GREEN value IS 126 (49.61% from 255) = 27.39%
BLUE value IS 218 (85.55% from 255) = 47.39%
R=25.22%
G=27.39%
B=47.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1161262180.470.4200.15234.1257.9565.49
Hex747EDA2F2A0Fea3a41
Octal164176332575201735272101
Binary111010011111101101101010111110101001111111010101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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