#7479D9

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

Shades of Moody Blue #7479D9

Tints of Moody Blue #7479D9

Color information

#7479D9 (or 0x7479D9) is unknown color: approx Moody Blue. HEX triplet: 74, 79 and D9. RGB value is (116,121,217). Sum of RGB (Red+Green+Blue) = 116+121+217=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 217 - color contains mainly: blue. Hex color #7479D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7479D9 is #8B8626. Grayscale: #828282. Windows color (decimal): -9143847 or 14252404. OLE color: 14252404.

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

Color convert

RGB116121217-
CMYK0.470.4400.15
HSL237.03º57.06%65.29%-
HSV(B)237.03º46.54%85.1%-
XYZ26.5622.468.57-
YUV130.45176.84117.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.55%
GREEN value IS 121 (47.66% from 255) = 26.65%
BLUE value IS 217 (85.16% from 255) = 47.80%
R=25.55%
G=26.65%
B=47.80%

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
Decimal1161212170.470.4400.15237.0357.0665.29
Hex7479D92F2C0Fed3941
Octal164171331575401735571101
Binary111010011110011101100110111110110001111111011011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7479D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7479D9; }

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

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

<style>
 a { background-color: #7479D9; }

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

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

<style>
 span { border-color: #7479D9; }

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

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