#7972CA

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

Shades of Moody Blue #7972CA

Tints of Moody Blue #7972CA

Color information

#7972CA (or 0x7972CA) is unknown color: approx Moody Blue. HEX triplet: 79, 72 and CA. RGB value is (121,114,202). Sum of RGB (Red+Green+Blue) = 121+114+202=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #7972CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7972CA is #868D35. Grayscale: #7D7D7D. Windows color (decimal): -8817974 or 13267577. OLE color: 13267577.

HSL color Cylindrical-coordinate representation of color #7972CA: hue angle of 244.77º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7972CA is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB121114202-
CMYK0.400.4400.21
HSL244.77º45.36%61.96%-
HSV(B)244.77º43.56%79.22%-
XYZ24.5620.3658.51-
YUV126.12170.82124.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.69%
GREEN value IS 114 (44.92% from 255) = 26.09%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=27.69%
G=26.09%
B=46.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1211142020.400.4400.21244.7745.3661.96
Hex7972CA282C015f52d3e
Octal17116231250540253655576
Binary111100111100101100101010100010110001010111110101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7972CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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