#7972BF

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

Shades of Moody Blue #7972BF

Tints of Moody Blue #7972BF

Color information

#7972BF (or 0x7972BF) is unknown color: approx Moody Blue. HEX triplet: 79, 72 and BF. RGB value is (121,114,191). Sum of RGB (Red+Green+Blue) = 121+114+191=426 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.40% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #7972BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7972BF is #868D40. Grayscale: #7C7C7C. Windows color (decimal): -8817985 or 12546681. OLE color: 12546681.

HSL color Cylindrical-coordinate representation of color #7972BF: hue angle of 245.45º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7972BF is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB121114191-
CMYK0.370.4000.25
HSL245.45º37.56%59.8%-
HSV(B)245.45º40.31%74.9%-
XYZ23.3119.8651.9-
YUV124.87165.32125.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.40%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 191 (75% from 255) = 44.84%
R=28.40%
G=26.76%
B=44.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1211141910.370.4000.25245.4537.5659.8
Hex7972BF2528019f5263c
Octal17116227745500313654674
Binary111100111100101011111110010110100001100111110101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7972BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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