#747AD9

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

Shades of Moody Blue #747AD9

Tints of Moody Blue #747AD9

Color information

#747AD9 (or 0x747AD9) is unknown color: approx Moody Blue. HEX triplet: 74, 7A and D9. RGB value is (116,122,217). Sum of RGB (Red+Green+Blue) = 116+122+217=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 217 - color contains mainly: blue. Hex color #747AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747AD9 is #8B8526. Grayscale: #828282. Windows color (decimal): -9143591 or 14252660. OLE color: 14252660.

HSL color Cylindrical-coordinate representation of color #747AD9: hue angle of 236.44º degrees, saturation: 0.57, 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 #747AD9 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB116122217-
CMYK0.470.4400.15
HSL236.44º57.06%65.29%-
HSV(B)236.44º46.54%85.1%-
XYZ26.6922.6468.61-
YUV131.04176.51117.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.49%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 217 (85.16% from 255) = 47.69%
R=25.49%
G=26.81%
B=47.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1161222170.470.4400.15236.4457.0665.29
Hex747AD92F2C0Fec3941
Octal164172331575401735471101
Binary111010011110101101100110111110110001111111011001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,122,217); }

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

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

 a { background-color: rgb(116,122,217); }

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

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

 span { border-color: rgb(116,122,217); }

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