#7E79DC

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

Shades of Moody Blue #7E79DC

Tints of Moody Blue #7E79DC

Color information

#7E79DC (or 0x7E79DC) is unknown color: approx Moody Blue. HEX triplet: 7E, 79 and DC. RGB value is (126,121,220). Sum of RGB (Red+Green+Blue) = 126+121+220=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E79DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E79DC is #818623. Grayscale: #858585. Windows color (decimal): -8488484 or 14449022. OLE color: 14449022.

HSL color Cylindrical-coordinate representation of color #7E79DC: hue angle of 243.03º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E79DC is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126121220-
CMYK0.430.4500.14
HSL243.03º58.58%66.86%-
HSV(B)243.03º45%86.27%-
XYZ28.3623.2870.71-
YUV133.78176.66122.45-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.98%
GREEN value IS 121 (47.66% from 255) = 25.91%
BLUE value IS 220 (86.33% from 255) = 47.11%
R=26.98%
G=25.91%
B=47.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261212200.430.4500.14243.0358.5866.86
Hex7E79DC2B2D0Ef33b43
Octal176171334535501636373103
Binary111111011110011101110010101110110101110111100111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E79DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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