#7977DC

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

Shades of Moody Blue #7977DC

Tints of Moody Blue #7977DC

Color information

#7977DC (or 0x7977DC) is unknown color: approx Moody Blue. HEX triplet: 79, 77 and DC. RGB value is (121,119,220). Sum of RGB (Red+Green+Blue) = 121+119+220=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #7977DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7977DC is #868823. Grayscale: #828282. Windows color (decimal): -8816676 or 14448505. OLE color: 14448505.

HSL color Cylindrical-coordinate representation of color #7977DC: hue angle of 241.19º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7977DC is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB121119220-
CMYK0.450.4600.14
HSL241.19º59.06%66.47%-
HSV(B)241.19º45.91%86.27%-
XYZ27.422.4370.59-
YUV131.11178.16120.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.30%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 220 (86.33% from 255) = 47.83%
R=26.30%
G=25.87%
B=47.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1211192200.450.4600.14241.1959.0666.47
Hex7977DC2D2E0Ef13b42
Octal171167334555601636173102
Binary111100111101111101110010110110111001110111100011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7977DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7977DC; }

 p { color: rgb(121,119,220); }

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

<style>
 a { background-color: #7977DC; }

 a { background-color: rgb(121,119,220); }

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

<style>
 span { border-color: #7977DC; }

 span { border-color: rgb(121,119,220); }

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