#7976CE

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

Shades of Moody Blue #7976CE

Tints of Moody Blue #7976CE

Color information

#7976CE (or 0x7976CE) is unknown color: approx Moody Blue. HEX triplet: 79, 76 and CE. RGB value is (121,118,206). Sum of RGB (Red+Green+Blue) = 121+118+206=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #7976CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7976CE is #868931. Grayscale: #808080. Windows color (decimal): -8816946 or 13530745. OLE color: 13530745.

HSL color Cylindrical-coordinate representation of color #7976CE: hue angle of 242.05º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7976CE is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121118206-
CMYK0.410.4300.19
HSL242.05º47.31%63.53%-
HSV(B)242.05º42.72%80.78%-
XYZ25.521.4861.19-
YUV128.93171.49122.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.19%
GREEN value IS 118 (46.48% from 255) = 26.52%
BLUE value IS 206 (80.86% from 255) = 46.29%
R=27.19%
G=26.52%
B=46.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211182060.410.4300.19242.0547.3163.53
Hex7976CE292B013f22f40
Octal171166316515302336257100
Binary1111001111011011001110101001101011010011111100101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7976CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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