#7E78BF

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

Shades of Moody Blue #7E78BF

Tints of Moody Blue #7E78BF

Color information

#7E78BF (or 0x7E78BF) is unknown color: approx Moody Blue. HEX triplet: 7E, 78 and BF. RGB value is (126,120,191). Sum of RGB (Red+Green+Blue) = 126+120+191=437 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.83% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E78BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E78BF is #818740. Grayscale: #818181. Windows color (decimal): -8488769 or 12548222. OLE color: 12548222.

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

Color convert

RGB126120191-
CMYK0.340.3700.25
HSL245.07º35.68%60.98%-
HSV(B)245.07º37.17%74.9%-
XYZ24.7221.6352.16-
YUV129.89162.49125.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.83%
GREEN value IS 120 (47.27% from 255) = 27.46%
BLUE value IS 191 (75% from 255) = 43.71%
R=28.83%
G=27.46%
B=43.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261201910.340.3700.25245.0735.6860.98
Hex7E78BF2225019f5243d
Octal17617027742450313654475
Binary111111011110001011111110001010010101100111110101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E78BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,120,191); }

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

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

 a { background-color: rgb(126,120,191); }

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

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

 span { border-color: rgb(126,120,191); }

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