#776DD3

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

Shades of Moody Blue #776DD3

Tints of Moody Blue #776DD3

Color information

#776DD3 (or 0x776DD3) is unknown color: approx Moody Blue. HEX triplet: 77, 6D and D3. RGB value is (119,109,211). Sum of RGB (Red+Green+Blue) = 119+109+211=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 211 (82.81% from 255 or 48.06% from 439); Max value from RGB is 211 - color contains mainly: blue. Hex color #776DD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DD3 is #88922C. Grayscale: #7B7B7B. Windows color (decimal): -8950317 or 13856119. OLE color: 13856119.

HSL color Cylindrical-coordinate representation of color #776DD3: hue angle of 245.88º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #776DD3 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB119109211-
CMYK0.440.4800.17
HSL245.88º53.68%62.75%-
HSV(B)245.88º48.34%82.75%-
XYZ24.8319.5664.1-
YUV123.62177.31124.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.11%
GREEN value IS 109 (42.97% from 255) = 24.83%
BLUE value IS 211 (82.81% from 255) = 48.06%
R=27.11%
G=24.83%
B=48.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1191092110.440.4800.17245.8853.6862.75
Hex776DD32C30011f6363f
Octal16715532354600213666677
Binary111011111011011101001110110011000001000111110110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776DD3; }

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

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

<style>
 a { background-color: #776DD3; }

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

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

<style>
 span { border-color: #776DD3; }

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

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