#7776D1

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

Shades of Moody Blue #7776D1

Tints of Moody Blue #7776D1

Color information

#7776D1 (or 0x7776D1) is unknown color: approx Moody Blue. HEX triplet: 77, 76 and D1. RGB value is (119,118,209). Sum of RGB (Red+Green+Blue) = 119+118+209=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #7776D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7776D1 is #88892E. Grayscale: #808080. Windows color (decimal): -8948015 or 13727351. OLE color: 13727351.

HSL color Cylindrical-coordinate representation of color #7776D1: hue angle of 240.66º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7776D1 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB119118209-
CMYK0.430.4400.18
HSL240.66º49.73%64.12%-
HSV(B)240.66º43.54%81.96%-
XYZ25.5921.4863.12-
YUV128.67173.33121.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.68%
GREEN value IS 118 (46.48% from 255) = 26.46%
BLUE value IS 209 (82.03% from 255) = 46.86%
R=26.68%
G=26.46%
B=46.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1191182090.430.4400.18240.6649.7364.12
Hex7776D12B2C012f13240
Octal167166321535402236162100
Binary1110111111011011010001101011101100010010111100011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7776D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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