#7779D8

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

Shades of Moody Blue #7779D8

Tints of Moody Blue #7779D8

Color information

#7779D8 (or 0x7779D8) is unknown color: approx Moody Blue. HEX triplet: 77, 79 and D8. RGB value is (119,121,216). Sum of RGB (Red+Green+Blue) = 119+121+216=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #7779D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7779D8 is #888627. Grayscale: #828282. Windows color (decimal): -8947240 or 14186871. OLE color: 14186871.

HSL color Cylindrical-coordinate representation of color #7779D8: hue angle of 238.76º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7779D8 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB119121216-
CMYK0.450.4400.15
HSL238.76º55.43%65.69%-
HSV(B)238.76º44.91%84.71%-
XYZ26.8422.5567.9-
YUV131.23175.84119.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.10%
GREEN value IS 121 (47.66% from 255) = 26.54%
BLUE value IS 216 (84.77% from 255) = 47.37%
R=26.10%
G=26.54%
B=47.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1191212160.450.4400.15238.7655.4365.69
Hex7779D82D2C0Fef3742
Octal167171330555401735767102
Binary111011111110011101100010110110110001111111011111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7779D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7779D8; }

 p { color: rgb(119,121,216); }

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

<style>
 a { background-color: #7779D8; }

 a { background-color: rgb(119,121,216); }

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

<style>
 span { border-color: #7779D8; }

 span { border-color: rgb(119,121,216); }

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