#7776D9

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

Shades of Moody Blue #7776D9

Tints of Moody Blue #7776D9

Color information

#7776D9 (or 0x7776D9) is unknown color: approx Moody Blue. HEX triplet: 77, 76 and D9. RGB value is (119,118,217). Sum of RGB (Red+Green+Blue) = 119+118+217=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 118 (46.48% from 255 or 25.99% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 217 - color contains mainly: blue. Hex color #7776D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7776D9 is #888926. Grayscale: #818181. Windows color (decimal): -8948007 or 14251639. OLE color: 14251639.

HSL color Cylindrical-coordinate representation of color #7776D9: hue angle of 240.61º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7776D9 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB119118217-
CMYK0.450.4600.15
HSL240.61º56.57%65.69%-
HSV(B)240.61º45.62%85.1%-
XYZ26.6121.8968.47-
YUV129.58177.33120.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.21%
GREEN value IS 118 (46.48% from 255) = 25.99%
BLUE value IS 217 (85.16% from 255) = 47.80%
R=26.21%
G=25.99%
B=47.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1191182170.450.4600.15240.6156.5765.69
Hex7776D92D2E0Ff13942
Octal167166331555601736171102
Binary111011111101101101100110110110111001111111100011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7776D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7776D9; }

 p { color: rgb(119,118,217); }

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

<style>
 a { background-color: #7776D9; }

 a { background-color: rgb(119,118,217); }

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

<style>
 span { border-color: #7776D9; }

 span { border-color: rgb(119,118,217); }

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