#7974C8

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

Shades of Moody Blue #7974C8

Tints of Moody Blue #7974C8

Color information

#7974C8 (or 0x7974C8) is unknown color: approx Moody Blue. HEX triplet: 79, 74 and C8. RGB value is (121,116,200). Sum of RGB (Red+Green+Blue) = 121+116+200=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 200 - color contains mainly: blue. Hex color #7974C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7974C8 is #868B37. Grayscale: #7E7E7E. Windows color (decimal): -8817464 or 13137017. OLE color: 13137017.

HSL color Cylindrical-coordinate representation of color #7974C8: hue angle of 243.57º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7974C8 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB121116200-
CMYK0.390.4200.22
HSL243.57º43.3%61.96%-
HSV(B)243.57º42%78.43%-
XYZ24.5620.7357.35-
YUV127.07169.16123.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.69%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 200 (78.52% from 255) = 45.77%
R=27.69%
G=26.54%
B=45.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1211162000.390.4200.22243.5743.361.96
Hex7974C8272A016f42b3e
Octal17116431047520263645376
Binary111100111101001100100010011110101001011011110100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7974C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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