#747DDA

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

Shades of Moody Blue #747DDA

Tints of Moody Blue #747DDA

Color information

#747DDA (or 0x747DDA) is unknown color: approx Moody Blue. HEX triplet: 74, 7D and DA. RGB value is (116,125,218). Sum of RGB (Red+Green+Blue) = 116+125+218=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #747DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747DDA is #8B8225. Grayscale: #848484. Windows color (decimal): -9142822 or 14318964. OLE color: 14318964.

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

Color convert

RGB116125218-
CMYK0.470.4300.15
HSL234.71º57.95%65.49%-
HSV(B)234.71º46.79%85.49%-
XYZ27.1923.4469.42-
YUV132.91176.02115.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.27%
GREEN value IS 125 (49.22% from 255) = 27.23%
BLUE value IS 218 (85.55% from 255) = 47.49%
R=25.27%
G=27.23%
B=47.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1161252180.470.4300.15234.7157.9565.49
Hex747DDA2F2B0Feb3a41
Octal164175332575301735372101
Binary111010011111011101101010111110101101111111010111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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