#747BD9

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

Shades of Moody Blue #747BD9

Tints of Moody Blue #747BD9

Color information

#747BD9 (or 0x747BD9) is unknown color: approx Moody Blue. HEX triplet: 74, 7B and D9. RGB value is (116,123,217). Sum of RGB (Red+Green+Blue) = 116+123+217=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #747BD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BD9 is #8B8426. Grayscale: #838383. Windows color (decimal): -9143335 or 14252916. OLE color: 14252916.

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

Color convert

RGB116123217-
CMYK0.470.4300.15
HSL235.84º57.06%65.29%-
HSV(B)235.84º46.54%85.1%-
XYZ26.8122.8968.65-
YUV131.62176.18116.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.44%
GREEN value IS 123 (48.44% from 255) = 26.97%
BLUE value IS 217 (85.16% from 255) = 47.59%
R=25.44%
G=26.97%
B=47.59%

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
Decimal1161232170.470.4300.15235.8457.0665.29
Hex747BD92F2B0Fec3941
Octal164173331575301735471101
Binary111010011110111101100110111110101101111111011001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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