#776AD1

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

Shades of Moody Blue #776AD1

Tints of Moody Blue #776AD1

Color information

#776AD1 (or 0x776AD1) is unknown color: approx Moody Blue. HEX triplet: 77, 6A and D1. RGB value is (119,106,209). Sum of RGB (Red+Green+Blue) = 119+106+209=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #776AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776AD1 is #88952E. Grayscale: #797979. Windows color (decimal): -8951087 or 13724279. OLE color: 13724279.

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

Color convert

RGB119106209-
CMYK0.430.4900.18
HSL247.57º52.82%61.76%-
HSV(B)247.57º49.28%81.96%-
XYZ24.2718.8362.68-
YUV121.63177.31126.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.42%
GREEN value IS 106 (41.80% from 255) = 24.42%
BLUE value IS 209 (82.03% from 255) = 48.16%
R=27.42%
G=24.42%
B=48.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1191062090.430.4900.18247.5752.8261.76
Hex776AD12B31012f8353e
Octal16715232153610223706576
Binary111011111010101101000110101111000101001011111000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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