#7780D5

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

Shades of Moody Blue #7780D5

Tints of Moody Blue #7780D5

Color information

#7780D5 (or 0x7780D5) is unknown color: approx Moody Blue. HEX triplet: 77, 80 and D5. RGB value is (119,128,213). Sum of RGB (Red+Green+Blue) = 119+128+213=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 128 (50.39% from 255 or 27.83% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 213 - color contains mainly: blue. Hex color #7780D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7780D5 is #887F2A. Grayscale: #868686. Windows color (decimal): -8945451 or 13992055. OLE color: 13992055.

HSL color Cylindrical-coordinate representation of color #7780D5: hue angle of 234.26º degrees, saturation: 0.53, 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 #7780D5 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB119128213-
CMYK0.440.4000.16
HSL234.26º52.81%65.1%-
HSV(B)234.26º44.13%83.53%-
XYZ27.3424.1666.17-
YUV135172.02116.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.87%
GREEN value IS 128 (50.39% from 255) = 27.83%
BLUE value IS 213 (83.59% from 255) = 46.30%
R=25.87%
G=27.83%
B=46.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1191282130.440.4000.16234.2652.8165.1
Hex7780D52C28010ea3541
Octal167200325545002035265101
Binary11101111000000011010101101100101000010000111010101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7780D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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