#7780DC

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

Shades of Moody Blue #7780DC

Tints of Moody Blue #7780DC

Color information

#7780DC (or 0x7780DC) is unknown color: approx Moody Blue. HEX triplet: 77, 80 and DC. RGB value is (119,128,220). Sum of RGB (Red+Green+Blue) = 119+128+220=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #7780DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7780DC is #887F23. Grayscale: #878787. Windows color (decimal): -8945444 or 14450807. OLE color: 14450807.

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

Color convert

RGB119128220-
CMYK0.460.4200.14
HSL234.65º59.06%66.47%-
HSV(B)234.65º45.91%86.27%-
XYZ28.2524.5370.96-
YUV135.8175.52116.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.48%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 220 (86.33% from 255) = 47.11%
R=25.48%
G=27.41%
B=47.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191282200.460.4200.14234.6559.0666.47
Hex7780DC2E2A0Eeb3b42
Octal167200334565201635373102
Binary1110111100000001101110010111010101001110111010111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7780DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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