#777BD1

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

Shades of Moody Blue #777BD1

Tints of Moody Blue #777BD1

Color information

#777BD1 (or 0x777BD1) is unknown color: approx Moody Blue. HEX triplet: 77, 7B and D1. RGB value is (119,123,209). Sum of RGB (Red+Green+Blue) = 119+123+209=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #777BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777BD1 is #88842E. Grayscale: #838383. Windows color (decimal): -8946735 or 13728631. OLE color: 13728631.

HSL color Cylindrical-coordinate representation of color #777BD1: hue angle of 237.33º 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 #777BD1 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB119123209-
CMYK0.430.4100.18
HSL237.33º49.45%64.31%-
HSV(B)237.33º43.06%81.96%-
XYZ26.222.6963.32-
YUV131.61171.67119.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.39%
GREEN value IS 123 (48.44% from 255) = 27.27%
BLUE value IS 209 (82.03% from 255) = 46.34%
R=26.39%
G=27.27%
B=46.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1191232090.430.4100.18237.3349.4564.31
Hex777BD12B29012ed3140
Octal167173321535102235561100
Binary1110111111101111010001101011101001010010111011011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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