#7976C1

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

Shades of Moody Blue #7976C1

Tints of Moody Blue #7976C1

Color information

#7976C1 (or 0x7976C1) is unknown color: approx Moody Blue. HEX triplet: 79, 76 and C1. RGB value is (121,118,193). Sum of RGB (Red+Green+Blue) = 121+118+193=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #7976C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7976C1 is #86893E. Grayscale: #7F7F7F. Windows color (decimal): -8816959 or 12678777. OLE color: 12678777.

HSL color Cylindrical-coordinate representation of color #7976C1: hue angle of 242.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7976C1 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB121118193-
CMYK0.370.3900.24
HSL242.4º37.69%60.98%-
HSV(B)242.4º38.86%75.69%-
XYZ23.9920.8753.22-
YUV127.45164.99123.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.01%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 193 (75.78% from 255) = 44.68%
R=28.01%
G=27.31%
B=44.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1211181930.370.3900.24242.437.6960.98
Hex7976C12527018f2263d
Octal17116630145470303624675
Binary111100111101101100000110010110011101100011110010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7976C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7976C1; }

 p { color: rgb(121,118,193); }

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

<style>
 a { background-color: #7976C1; }

 a { background-color: rgb(121,118,193); }

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

<style>
 span { border-color: #7976C1; }

 span { border-color: rgb(121,118,193); }

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