#7970CC

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

Shades of Moody Blue #7970CC

Tints of Moody Blue #7970CC

Color information

#7970CC (or 0x7970CC) is unknown color: approx Moody Blue. HEX triplet: 79, 70 and CC. RGB value is (121,112,204). Sum of RGB (Red+Green+Blue) = 121+112+204=437 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.69% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #7970CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7970CC is #868F33. Grayscale: #7C7C7C. Windows color (decimal): -8818484 or 13398137. OLE color: 13398137.

HSL color Cylindrical-coordinate representation of color #7970CC: hue angle of 245.87º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7970CC is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB121112204-
CMYK0.410.4500.2
HSL245.87º47.42%61.96%-
HSV(B)245.87º45.1%80%-
XYZ24.5820.0159.69-
YUV125.18172.48125.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.69%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 204 (80.08% from 255) = 46.68%
R=27.69%
G=25.63%
B=46.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1211122040.410.4500.2245.8747.4261.96
Hex7970CC292D014f62f3e
Octal17116031451550243665776
Binary111100111100001100110010100110110101010011110110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7970CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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