#7E79BD

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

Shades of Moody Blue #7E79BD

Tints of Moody Blue #7E79BD

Color information

#7E79BD (or 0x7E79BD) is unknown color: approx Moody Blue. HEX triplet: 7E, 79 and BD. RGB value is (126,121,189). Sum of RGB (Red+Green+Blue) = 126+121+189=436 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.90% from 436); Green value is 121 (47.66% from 255 or 27.75% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E79BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E79BD is #818642. Grayscale: #818181. Windows color (decimal): -8488515 or 12417406. OLE color: 12417406.

HSL color Cylindrical-coordinate representation of color #7E79BD: hue angle of 244.41º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E79BD is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB126121189-
CMYK0.330.3600.26
HSL244.41º34%60.78%-
HSV(B)244.41º35.98%74.12%-
XYZ24.6321.7851.05-
YUV130.25161.16124.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.90%
GREEN value IS 121 (47.66% from 255) = 27.75%
BLUE value IS 189 (74.22% from 255) = 43.35%
R=28.90%
G=27.75%
B=43.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261211890.330.3600.26244.413460.78
Hex7E79BD212401Af4223d
Octal17617127541440323644275
Binary111111011110011011110110000110010001101011110100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E79BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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