#7977D7

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

Shades of Moody Blue #7977D7

Tints of Moody Blue #7977D7

Color information

#7977D7 (or 0x7977D7) is unknown color: approx Moody Blue. HEX triplet: 79, 77 and D7. RGB value is (121,119,215). Sum of RGB (Red+Green+Blue) = 121+119+215=455 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.59% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 215 (84.38% from 255 or 47.25% from 455); Max value from RGB is 215 - color contains mainly: blue. Hex color #7977D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7977D7 is #868828. Grayscale: #828282. Windows color (decimal): -8816681 or 14120825. OLE color: 14120825.

HSL color Cylindrical-coordinate representation of color #7977D7: hue angle of 241.25º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7977D7 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB121119215-
CMYK0.440.4500.16
HSL241.25º54.55%65.49%-
HSV(B)241.25º44.65%84.31%-
XYZ26.7522.1667.16-
YUV130.54175.66121.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 26.59%
GREEN value IS 119 (46.88% from 255) = 26.15%
BLUE value IS 215 (84.38% from 255) = 47.25%
R=26.59%
G=26.15%
B=47.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1211192150.440.4500.16241.2554.5565.49
Hex7977D72C2D010f13741
Octal171167327545502036167101
Binary1111001111011111010111101100101101010000111100011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7977D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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