#7970CD

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

Shades of Moody Blue #7970CD

Tints of Moody Blue #7970CD

Color information

#7970CD (or 0x7970CD) is unknown color: approx Moody Blue. HEX triplet: 79, 70 and CD. RGB value is (121,112,205). Sum of RGB (Red+Green+Blue) = 121+112+205=438 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.63% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #7970CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7970CD is #868F32. Grayscale: #7C7C7C. Windows color (decimal): -8818483 or 13463673. OLE color: 13463673.

HSL color Cylindrical-coordinate representation of color #7970CD: hue angle of 245.81º degrees, saturation: 0.48, 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 #7970CD is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121112205-
CMYK0.410.4500.20
HSL245.81º48.19%62.16%-
HSV(B)245.81º45.37%80.39%-
XYZ24.720.0660.33-
YUV125.29172.98124.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 27.63%
GREEN value IS 112 (44.14% from 255) = 25.57%
BLUE value IS 205 (80.47% from 255) = 46.80%
R=27.63%
G=25.57%
B=46.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211122050.410.4500.20245.8148.1962.16
Hex7970CD292D014f6303e
Octal17116031551550243666076
Binary111100111100001100110110100110110101010011110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7970CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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