#7972BD

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

Shades of Moody Blue #7972BD

Tints of Moody Blue #7972BD

Color information

#7972BD (or 0x7972BD) is unknown color: approx Moody Blue. HEX triplet: 79, 72 and BD. RGB value is (121,114,189). Sum of RGB (Red+Green+Blue) = 121+114+189=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 189 - color contains mainly: blue. Hex color #7972BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7972BD is #868D42. Grayscale: #7C7C7C. Windows color (decimal): -8817987 or 12415609. OLE color: 12415609.

HSL color Cylindrical-coordinate representation of color #7972BD: hue angle of 245.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7972BD is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121114189-
CMYK0.360.4000.26
HSL245.6º36.23%59.41%-
HSV(B)245.6º39.68%74.12%-
XYZ23.0919.7750.74-
YUV124.64164.32125.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.54%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 189 (74.22% from 255) = 44.58%
R=28.54%
G=26.89%
B=44.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1211141890.360.4000.26245.636.2359.41
Hex7972BD242801Af6243b
Octal17116227544500323664473
Binary111100111100101011110110010010100001101011110110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7972BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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