#7E79DA

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

Shades of Moody Blue #7E79DA

Tints of Moody Blue #7E79DA

Color information

#7E79DA (or 0x7E79DA) is unknown color: approx Moody Blue. HEX triplet: 7E, 79 and DA. RGB value is (126,121,218). Sum of RGB (Red+Green+Blue) = 126+121+218=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E79DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E79DA is #818625. Grayscale: #858585. Windows color (decimal): -8488486 or 14317950. OLE color: 14317950.

HSL color Cylindrical-coordinate representation of color #7E79DA: hue angle of 243.09º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E79DA is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB126121218-
CMYK0.420.4400.15
HSL243.09º56.73%66.47%-
HSV(B)243.09º44.5%85.49%-
XYZ28.123.1769.32-
YUV133.55175.66122.61-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.10%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 218 (85.55% from 255) = 46.88%
R=27.10%
G=26.02%
B=46.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1261212180.420.4400.15243.0956.7366.47
Hex7E79DA2A2C0Ff33942
Octal176171332525401736371102
Binary111111011110011101101010101010110001111111100111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E79DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E79DA; }

 p { color: rgb(126,121,218); }

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

<style>
 a { background-color: #7E79DA; }

 a { background-color: rgb(126,121,218); }

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

<style>
 span { border-color: #7E79DA; }

 span { border-color: rgb(126,121,218); }

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