#777FD1

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

Shades of Moody Blue #777FD1

Tints of Moody Blue #777FD1

Color information

#777FD1 (or 0x777FD1) is unknown color: approx Moody Blue. HEX triplet: 77, 7F and D1. RGB value is (119,127,209). Sum of RGB (Red+Green+Blue) = 119+127+209=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #777FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FD1 is #88802E. Grayscale: #858585. Windows color (decimal): -8945711 or 13729655. OLE color: 13729655.

HSL color Cylindrical-coordinate representation of color #777FD1: hue angle of 234.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #777FD1 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB119127209-
CMYK0.430.3900.18
HSL234.67º49.45%64.31%-
HSV(B)234.67º43.06%81.96%-
XYZ26.7123.763.49-
YUV133.96170.35117.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.15%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 209 (82.03% from 255) = 45.93%
R=26.15%
G=27.91%
B=45.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1191272090.430.3900.18234.6749.4564.31
Hex777FD12B27012eb3140
Octal167177321534702235361100
Binary1110111111111111010001101011100111010010111010111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,127,209); }

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

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

 a { background-color: rgb(119,127,209); }

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

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

 span { border-color: rgb(119,127,209); }

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