#7079D4

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

Shades of Moody Blue #7079D4

Tints of Moody Blue #7079D4

Color information

#7079D4 (or 0x7079D4) is unknown color: approx Moody Blue. HEX triplet: 70, 79 and D4. RGB value is (112,121,212). Sum of RGB (Red+Green+Blue) = 112+121+212=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 212 (83.20% from 255 or 47.64% from 445); Max value from RGB is 212 - color contains mainly: blue. Hex color #7079D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7079D4 is #8F862B. Grayscale: #808080. Windows color (decimal): -9405996 or 13924720. OLE color: 13924720.

HSL color Cylindrical-coordinate representation of color #7079D4: hue angle of 234.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7079D4 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB112121212-
CMYK0.470.4300.17
HSL234.6º53.76%63.53%-
HSV(B)234.6º47.17%83.14%-
XYZ25.421.8765.17-
YUV128.68175.02116.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.17%
GREEN value IS 121 (47.66% from 255) = 27.19%
BLUE value IS 212 (83.20% from 255) = 47.64%
R=25.17%
G=27.19%
B=47.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1121212120.470.4300.17234.653.7663.53
Hex7079D42F2B011eb3640
Octal160171324575302135366100
Binary1110000111100111010100101111101011010001111010111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7079D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7079D4; }

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

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

<style>
 a { background-color: #7079D4; }

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

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

<style>
 span { border-color: #7079D4; }

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

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