#7E79BB

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

Shades of Moody Blue #7E79BB

Tints of Moody Blue #7E79BB

Color information

#7E79BB (or 0x7E79BB) is unknown color: approx Moody Blue. HEX triplet: 7E, 79 and BB. RGB value is (126,121,187). Sum of RGB (Red+Green+Blue) = 126+121+187=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E79BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E79BB is #818644. Grayscale: #818181. Windows color (decimal): -8488517 or 12286334. OLE color: 12286334.

HSL color Cylindrical-coordinate representation of color #7E79BB: hue angle of 244.55º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E79BB is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB126121187-
CMYK0.330.3500.27
HSL244.55º32.67%60.39%-
HSV(B)244.55º35.29%73.33%-
XYZ24.4121.749.92-
YUV130.02160.16125.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.03%
GREEN value IS 121 (47.66% from 255) = 27.88%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=29.03%
G=27.88%
B=43.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261211870.330.3500.27244.5532.6760.39
Hex7E79BB212301Bf5213c
Octal17617127341430333654174
Binary111111011110011011101110000110001101101111110101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E79BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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