#7977BE

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

Shades of Moody Blue #7977BE

Tints of Moody Blue #7977BE

Color information

#7977BE (or 0x7977BE) is unknown color: approx Moody Blue. HEX triplet: 79, 77 and BE. RGB value is (121,119,190). Sum of RGB (Red+Green+Blue) = 121+119+190=430 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.14% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #7977BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7977BE is #868841. Grayscale: #7F7F7F. Windows color (decimal): -8816706 or 12482425. OLE color: 12482425.

HSL color Cylindrical-coordinate representation of color #7977BE: hue angle of 241.69º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7977BE is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB121119190-
CMYK0.360.3700.25
HSL241.69º35.32%60.59%-
HSV(B)241.69º37.37%74.51%-
XYZ23.7820.9851.51-
YUV127.69163.16123.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.14%
GREEN value IS 119 (46.88% from 255) = 27.67%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=28.14%
G=27.67%
B=44.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211191900.360.3700.25241.6935.3260.59
Hex7977BE2425019f2233d
Octal17116727644450313624375
Binary111100111101111011111010010010010101100111110010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7977BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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