#7970d5

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

Shades of Moody Blue #7970D5

Tints of Moody Blue #7970D5

Color information

#7970D5 (or 0x7970D5) is unknown color: approx Moody Blue. HEX triplet: 79, 70 and D5. RGB value is (121,112,213). Sum of RGB (Red+Green+Blue) = 121+112+213=446 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.13% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 213 (83.59% from 255 or 47.76% from 446); Max value from RGB is 213 - color contains mainly: blue. Hex color #7970D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7970D5 is #868F2A. Grayscale: #7D7D7D. Windows color (decimal): -8818475 or 13987961. OLE color: 13987961.

HSL color Cylindrical-coordinate representation of color #7970D5: hue angle of 245.35º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7970D5 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB121112213-
CMYK0.430.4700.16
HSL245.35º54.59%63.73%-
HSV(B)245.35º47.42%83.53%-
XYZ25.6920.4665.55-
YUV126.2176.98124.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.13%
GREEN value IS 112 (44.14% from 255) = 25.11%
BLUE value IS 213 (83.59% from 255) = 47.76%
R=27.13%
G=25.11%
B=47.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1211122130.430.4700.16245.3554.5963.73
Hex7970D52B2F010f53740
Octal171160325535702036567100
Binary1111001111000011010101101011101111010000111101011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7970d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7970d5; }

 p { color: rgb(121,112,213); }

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

<style>
 a { background-color: #7970d5; }

 a { background-color: rgb(121,112,213); }

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

<style>
 span { border-color: #7970d5; }

 span { border-color: rgb(121,112,213); }

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