#7778DC

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

Shades of Moody Blue #7778DC

Tints of Moody Blue #7778DC

Color information

#7778DC (or 0x7778DC) is unknown color: approx Moody Blue. HEX triplet: 77, 78 and DC. RGB value is (119,120,220). Sum of RGB (Red+Green+Blue) = 119+120+220=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #7778DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7778DC is #888723. Grayscale: #828282. Windows color (decimal): -8947492 or 14448759. OLE color: 14448759.

HSL color Cylindrical-coordinate representation of color #7778DC: hue angle of 239.41º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7778DC is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119120220-
CMYK0.460.4500.14
HSL239.41º59.06%66.47%-
HSV(B)239.41º45.91%86.27%-
XYZ27.2422.5270.62-
YUV131.1178.17119.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.93%
GREEN value IS 120 (47.27% from 255) = 26.14%
BLUE value IS 220 (86.33% from 255) = 47.93%
R=25.93%
G=26.14%
B=47.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191202200.460.4500.14239.4159.0666.47
Hex7778DC2E2D0Eef3b42
Octal167170334565501635773102
Binary111011111110001101110010111010110101110111011111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7778DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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