#777AD8

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

Shades of Moody Blue #777AD8

Tints of Moody Blue #777AD8

Color information

#777AD8 (or 0x777AD8) is unknown color: approx Moody Blue. HEX triplet: 77, 7A and D8. RGB value is (119,122,216). Sum of RGB (Red+Green+Blue) = 119+122+216=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #777AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777AD8 is #888527. Grayscale: #838383. Windows color (decimal): -8946984 or 14187127. OLE color: 14187127.

HSL color Cylindrical-coordinate representation of color #777AD8: hue angle of 238.14º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #777AD8 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB119122216-
CMYK0.450.4400.15
HSL238.14º55.43%65.69%-
HSV(B)238.14º44.91%84.71%-
XYZ26.9622.867.95-
YUV131.82175.51118.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.04%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 216 (84.77% from 255) = 47.26%
R=26.04%
G=26.70%
B=47.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1191222160.450.4400.15238.1455.4365.69
Hex777AD82D2C0Fee3742
Octal167172330555401735667102
Binary111011111110101101100010110110110001111111011101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777AD8; }

 p { color: rgb(119,122,216); }

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

<style>
 a { background-color: #777AD8; }

 a { background-color: rgb(119,122,216); }

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

<style>
 span { border-color: #777AD8; }

 span { border-color: rgb(119,122,216); }

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