#7974ce

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

Shades of Moody Blue #7974CE

Tints of Moody Blue #7974CE

Color information

#7974CE (or 0x7974CE) is unknown color: approx Moody Blue. HEX triplet: 79, 74 and CE. RGB value is (121,116,206). Sum of RGB (Red+Green+Blue) = 121+116+206=443 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.31% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #7974CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7974CE is #868B31. Grayscale: #7F7F7F. Windows color (decimal): -8817458 or 13530233. OLE color: 13530233.

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

Color convert

RGB121116206-
CMYK0.410.4400.19
HSL243.33º47.87%63.14%-
HSV(B)243.33º43.69%80.78%-
XYZ25.2721.0161.12-
YUV127.76172.16123.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.31%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 206 (80.86% from 255) = 46.50%
R=27.31%
G=26.19%
B=46.50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211162060.410.4400.19243.3347.8763.14
Hex7974CE292C013f3303f
Octal17116431651540233636077
Binary111100111101001100111010100110110001001111110011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7974ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7974ce; }

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

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

<style>
 a { background-color: #7974ce; }

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

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

<style>
 span { border-color: #7974ce; }

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

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