#7779DC

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

Shades of Moody Blue #7779DC

Tints of Moody Blue #7779DC

Color information

#7779DC (or 0x7779DC) is unknown color: approx Moody Blue. HEX triplet: 77, 79 and DC. RGB value is (119,121,220). Sum of RGB (Red+Green+Blue) = 119+121+220=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #7779DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7779DC is #888623. Grayscale: #838383. Windows color (decimal): -8947236 or 14449015. OLE color: 14449015.

HSL color Cylindrical-coordinate representation of color #7779DC: hue angle of 238.81º 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 #7779DC is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119121220-
CMYK0.460.4500.14
HSL238.81º59.06%66.47%-
HSV(B)238.81º45.91%86.27%-
XYZ27.3622.7670.66-
YUV131.69177.84118.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.87%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 220 (86.33% from 255) = 47.83%
R=25.87%
G=26.30%
B=47.83%

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
Decimal1191212200.460.4500.14238.8159.0666.47
Hex7779DC2E2D0Eef3b42
Octal167171334565501635773102
Binary111011111110011101110010111010110101110111011111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7779DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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