#747DDC

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

Shades of Moody Blue #747DDC

Tints of Moody Blue #747DDC

Color information

#747DDC (or 0x747DDC) is unknown color: approx Moody Blue. HEX triplet: 74, 7D and DC. RGB value is (116,125,220). Sum of RGB (Red+Green+Blue) = 116+125+220=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #747DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DDC is #8B8223. Grayscale: #848484. Windows color (decimal): -9142820 or 14450036. OLE color: 14450036.

HSL color Cylindrical-coordinate representation of color #747DDC: hue angle of 234.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #747DDC is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB116125220-
CMYK0.470.4300.14
HSL234.81º59.77%65.88%-
HSV(B)234.81º47.27%86.27%-
XYZ27.4523.5570.81-
YUV133.14177.02115.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.16%
GREEN value IS 125 (49.22% from 255) = 27.11%
BLUE value IS 220 (86.33% from 255) = 47.72%
R=25.16%
G=27.11%
B=47.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1161252200.470.4300.14234.8159.7765.88
Hex747DDC2F2B0Eeb3c42
Octal164175334575301635374102
Binary111010011111011101110010111110101101110111010111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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