#776ED1

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

Shades of Moody Blue #776ED1

Tints of Moody Blue #776ED1

Color information

#776ED1 (or 0x776ED1) is unknown color: approx Moody Blue. HEX triplet: 77, 6E and D1. RGB value is (119,110,209). Sum of RGB (Red+Green+Blue) = 119+110+209=438 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.17% from 438); Green value is 110 (43.36% from 255 or 25.11% from 438); Blue value is 209 (82.03% from 255 or 47.72% from 438); Max value from RGB is 209 - color contains mainly: blue. Hex color #776ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776ED1 is #88912E. Grayscale: #7B7B7B. Windows color (decimal): -8950063 or 13725303. OLE color: 13725303.

HSL color Cylindrical-coordinate representation of color #776ED1: hue angle of 245.45º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #776ED1 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB119110209-
CMYK0.430.4700.18
HSL245.45º51.83%62.55%-
HSV(B)245.45º47.37%81.96%-
XYZ24.6919.6862.82-
YUV123.98175.98124.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.17%
GREEN value IS 110 (43.36% from 255) = 25.11%
BLUE value IS 209 (82.03% from 255) = 47.72%
R=27.17%
G=25.11%
B=47.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1191102090.430.4700.18245.4551.8362.55
Hex776ED12B2F012f5343f
Octal16715632153570223656477
Binary111011111011101101000110101110111101001011110101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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