#777AD3

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

Shades of Moody Blue #777AD3

Tints of Moody Blue #777AD3

Color information

#777AD3 (or 0x777AD3) is unknown color: approx Moody Blue. HEX triplet: 77, 7A and D3. RGB value is (119,122,211). Sum of RGB (Red+Green+Blue) = 119+122+211=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 211 (82.81% from 255 or 46.68% from 452); Max value from RGB is 211 - color contains mainly: blue. Hex color #777AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777AD3 is #88852C. Grayscale: #828282. Windows color (decimal): -8946989 or 13859447. OLE color: 13859447.

HSL color Cylindrical-coordinate representation of color #777AD3: hue angle of 238.04º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #777AD3 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB119122211-
CMYK0.440.4200.17
HSL238.04º51.11%64.71%-
HSV(B)238.04º43.6%82.75%-
XYZ26.3322.5464.59-
YUV131.25173.01119.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.33%
GREEN value IS 122 (48.05% from 255) = 26.99%
BLUE value IS 211 (82.81% from 255) = 46.68%
R=26.33%
G=26.99%
B=46.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1191222110.440.4200.17238.0451.1164.71
Hex777AD32C2A011ee3341
Octal167172323545202135663101
Binary1110111111101011010011101100101010010001111011101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777AD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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