#747FDD

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

Shades of Moody Blue #747FDD

Tints of Moody Blue #747FDD

Color information

#747FDD (or 0x747FDD) is unknown color: approx Moody Blue. HEX triplet: 74, 7F and DD. RGB value is (116,127,221). Sum of RGB (Red+Green+Blue) = 116+127+221=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #747FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FDD is #8B8022. Grayscale: #868686. Windows color (decimal): -9142307 or 14516084. OLE color: 14516084.

HSL color Cylindrical-coordinate representation of color #747FDD: hue angle of 233.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #747FDD is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116127221-
CMYK0.480.4300.13
HSL233.71º60.69%66.08%-
HSV(B)233.71º47.51%86.67%-
XYZ27.8424.1171.59-
YUV134.43176.86114.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25%
GREEN value IS 127 (50% from 255) = 27.37%
BLUE value IS 221 (86.72% from 255) = 47.63%
R=25%
G=27.37%
B=47.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161272210.480.4300.13233.7160.6966.08
Hex747FDD302B0Dea3d42
Octal164177335605301535275102
Binary111010011111111101110111000010101101101111010101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,127,221); }

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

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

 a { background-color: rgb(116,127,221); }

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

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

 span { border-color: rgb(116,127,221); }

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