#7778D6

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

Shades of Moody Blue #7778D6

Tints of Moody Blue #7778D6

Color information

#7778D6 (or 0x7778D6) is unknown color: approx Moody Blue. HEX triplet: 77, 78 and D6. RGB value is (119,120,214). Sum of RGB (Red+Green+Blue) = 119+120+214=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #7778D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7778D6 is #888729. Grayscale: #828282. Windows color (decimal): -8947498 or 14055543. OLE color: 14055543.

HSL color Cylindrical-coordinate representation of color #7778D6: hue angle of 239.37º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7778D6 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB119120214-
CMYK0.440.4400.16
HSL239.37º53.67%65.29%-
HSV(B)239.37º44.39%83.92%-
XYZ26.4622.2166.51-
YUV130.42175.17119.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.27%
GREEN value IS 120 (47.27% from 255) = 26.49%
BLUE value IS 214 (83.98% from 255) = 47.24%
R=26.27%
G=26.49%
B=47.24%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1191202140.440.4400.16239.3753.6765.29
Hex7778D62C2C010ef3641
Octal167170326545402035766101
Binary1110111111100011010110101100101100010000111011111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7778D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7778D6; }

 p { color: rgb(119,120,214); }

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

<style>
 a { background-color: #7778D6; }

 a { background-color: rgb(119,120,214); }

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

<style>
 span { border-color: #7778D6; }

 span { border-color: rgb(119,120,214); }

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