#7973C4

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

Shades of Moody Blue #7973C4

Tints of Moody Blue #7973C4

Color information

#7973C4 (or 0x7973C4) is unknown color: approx Moody Blue. HEX triplet: 79, 73 and C4. RGB value is (121,115,196). Sum of RGB (Red+Green+Blue) = 121+115+196=432 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.01% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 196 - color contains mainly: blue. Hex color #7973C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7973C4 is #868C3B. Grayscale: #7D7D7D. Windows color (decimal): -8817724 or 12874617. OLE color: 12874617.

HSL color Cylindrical-coordinate representation of color #7973C4: hue angle of 244.44º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7973C4 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB121115196-
CMYK0.380.4100.23
HSL244.44º40.7%60.98%-
HSV(B)244.44º41.33%76.86%-
XYZ23.9820.3154.88-
YUV126.03167.49124.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.01%
GREEN value IS 115 (45.31% from 255) = 26.62%
BLUE value IS 196 (76.95% from 255) = 45.37%
R=28.01%
G=26.62%
B=45.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1211151960.380.4100.23244.4440.760.98
Hex7973C42629017f4293d
Octal17116330446510273645175
Binary111100111100111100010010011010100101011111110100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7973C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7973C4; }

 p { color: rgb(121,115,196); }

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

<style>
 a { background-color: #7973C4; }

 a { background-color: rgb(121,115,196); }

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

<style>
 span { border-color: #7973C4; }

 span { border-color: rgb(121,115,196); }

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