#7972CC

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

Shades of Moody Blue #7972CC

Tints of Moody Blue #7972CC

Color information

#7972CC (or 0x7972CC) is unknown color: approx Moody Blue. HEX triplet: 79, 72 and CC. RGB value is (121,114,204). Sum of RGB (Red+Green+Blue) = 121+114+204=439 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.56% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #7972CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7972CC is #868D33. Grayscale: #7D7D7D. Windows color (decimal): -8817972 or 13398649. OLE color: 13398649.

HSL color Cylindrical-coordinate representation of color #7972CC: hue angle of 244.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7972CC is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB121114204-
CMYK0.410.4400.2
HSL244.67º46.88%62.35%-
HSV(B)244.67º44.12%80%-
XYZ24.820.4659.77-
YUV126.35171.82124.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.56%
GREEN value IS 114 (44.92% from 255) = 25.97%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=27.56%
G=25.97%
B=46.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1211142040.410.4400.2244.6746.8862.35
Hex7972CC292C014f52f3e
Octal17116231451540243655776
Binary111100111100101100110010100110110001010011110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7972CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7972CC; }

 p { color: rgb(121,114,204); }

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

<style>
 a { background-color: #7972CC; }

 a { background-color: rgb(121,114,204); }

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

<style>
 span { border-color: #7972CC; }

 span { border-color: rgb(121,114,204); }

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