#7970BC

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

Shades of Moody Blue #7970BC

Tints of Moody Blue #7970BC

Color information

#7970BC (or 0x7970BC) is unknown color: approx Moody Blue. HEX triplet: 79, 70 and BC. RGB value is (121,112,188). Sum of RGB (Red+Green+Blue) = 121+112+188=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #7970BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7970BC is #868F43. Grayscale: #7B7B7B. Windows color (decimal): -8818500 or 12349561. OLE color: 12349561.

HSL color Cylindrical-coordinate representation of color #7970BC: hue angle of 247.11º 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 #7970BC is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB121112188-
CMYK0.360.4000.26
HSL247.11º36.19%58.82%-
HSV(B)247.11º40.43%73.73%-
XYZ22.7619.2850.1-
YUV123.36164.48126.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 28.74%
GREEN value IS 112 (44.14% from 255) = 26.60%
BLUE value IS 188 (73.83% from 255) = 44.66%
R=28.74%
G=26.60%
B=44.66%

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
Decimal1211121880.360.4000.26247.1136.1958.82
Hex7970BC242801Af7243b
Octal17116027444500323674473
Binary111100111100001011110010010010100001101011110111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7970BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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