#777DD7

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

Shades of Moody Blue #777DD7

Tints of Moody Blue #777DD7

Color information

#777DD7 (or 0x777DD7) is unknown color: approx Moody Blue. HEX triplet: 77, 7D and D7. RGB value is (119,125,215). Sum of RGB (Red+Green+Blue) = 119+125+215=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 215 (84.38% from 255 or 46.84% from 459); Max value from RGB is 215 - color contains mainly: blue. Hex color #777DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777DD7 is #888228. Grayscale: #858585. Windows color (decimal): -8946217 or 14122359. OLE color: 14122359.

HSL color Cylindrical-coordinate representation of color #777DD7: hue angle of 236.25º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #777DD7 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB119125215-
CMYK0.450.4200.16
HSL236.25º54.55%65.49%-
HSV(B)236.25º44.65%84.31%-
XYZ27.2123.567.39-
YUV133.47174.01117.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.93%
GREEN value IS 125 (49.22% from 255) = 27.23%
BLUE value IS 215 (84.38% from 255) = 46.84%
R=25.93%
G=27.23%
B=46.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1191252150.450.4200.16236.2554.5565.49
Hex777DD72D2A010ec3741
Octal167175327555202035467101
Binary1110111111110111010111101101101010010000111011001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,125,215); }

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

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

 a { background-color: rgb(119,125,215); }

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

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

 span { border-color: rgb(119,125,215); }

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