#776DC2

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

Shades of Moody Blue #776DC2

Tints of Moody Blue #776DC2

Color information

#776DC2 (or 0x776DC2) is unknown color: approx Moody Blue. HEX triplet: 77, 6D and C2. RGB value is (119,109,194). Sum of RGB (Red+Green+Blue) = 119+109+194=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #776DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776DC2 is #88923D. Grayscale: #797979. Windows color (decimal): -8950334 or 12742007. OLE color: 12742007.

HSL color Cylindrical-coordinate representation of color #776DC2: hue angle of 247.06º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #776DC2 is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB119109194-
CMYK0.390.4400.24
HSL247.06º41.06%59.41%-
HSV(B)247.06º43.81%76.08%-
XYZ22.8118.7553.46-
YUV121.68168.81126.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.20%
GREEN value IS 109 (42.97% from 255) = 25.83%
BLUE value IS 194 (76.17% from 255) = 45.97%
R=28.20%
G=25.83%
B=45.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191091940.390.4400.24247.0641.0659.41
Hex776DC2272C018f7293b
Octal16715530247540303675173
Binary111011111011011100001010011110110001100011110111101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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