#777AD1

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

Shades of Moody Blue #777AD1

Tints of Moody Blue #777AD1

Color information

#777AD1 (or 0x777AD1) is unknown color: approx Moody Blue. HEX triplet: 77, 7A and D1. RGB value is (119,122,209). Sum of RGB (Red+Green+Blue) = 119+122+209=450 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.44% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #777AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777AD1 is #88852E. Grayscale: #828282. Windows color (decimal): -8946991 or 13728375. OLE color: 13728375.

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

Color convert

RGB119122209-
CMYK0.430.4200.18
HSL238º49.45%64.31%-
HSV(B)238º43.06%81.96%-
XYZ26.0822.4463.28-
YUV131.02172.01119.43-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.44%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 209 (82.03% from 255) = 46.44%
R=26.44%
G=27.11%
B=46.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1191222090.430.4200.1823849.4564.31
Hex777AD12B2A012ee3140
Octal167172321535202235661100
Binary1110111111101011010001101011101010010010111011101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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