#776EB9

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

Shades of Moody Blue #776EB9

Tints of Moody Blue #776EB9

Color information

#776EB9 (or 0x776EB9) is unknown color: approx Moody Blue. HEX triplet: 77, 6E and B9. RGB value is (119,110,185). Sum of RGB (Red+Green+Blue) = 119+110+185=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 110 (43.36% from 255 or 26.57% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 185 - color contains mainly: blue. Hex color #776EB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776EB9 is #889146. Grayscale: #787878. Windows color (decimal): -8950087 or 12152439. OLE color: 12152439.

HSL color Cylindrical-coordinate representation of color #776EB9: hue angle of 247.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #776EB9 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119110185-
CMYK0.360.4100.27
HSL247.2º34.88%57.84%-
HSV(B)247.2º40.54%72.55%-
XYZ21.9418.5848.33-
YUV121.24163.98126.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.74%
GREEN value IS 110 (43.36% from 255) = 26.57%
BLUE value IS 185 (72.66% from 255) = 44.69%
R=28.74%
G=26.57%
B=44.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191101850.360.4100.27247.234.8857.84
Hex776EB9242901Bf7233a
Octal16715627144510333674372
Binary111011111011101011100110010010100101101111110111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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