#7E78D1

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

Shades of Moody Blue #7E78D1

Tints of Moody Blue #7E78D1

Color information

#7E78D1 (or 0x7E78D1) is unknown color: approx Moody Blue. HEX triplet: 7E, 78 and D1. RGB value is (126,120,209). Sum of RGB (Red+Green+Blue) = 126+120+209=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #7E78D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E78D1 is #81872E. Grayscale: #838383. Windows color (decimal): -8488751 or 13727870. OLE color: 13727870.

HSL color Cylindrical-coordinate representation of color #7E78D1: hue angle of 244.04º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E78D1 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB126120209-
CMYK0.400.4300.18
HSL244.04º49.17%64.51%-
HSV(B)244.04º42.58%81.96%-
XYZ26.8322.4763.25-
YUV131.94171.49123.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.69%
GREEN value IS 120 (47.27% from 255) = 26.37%
BLUE value IS 209 (82.03% from 255) = 45.93%
R=27.69%
G=26.37%
B=45.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1261202090.400.4300.18244.0449.1764.51
Hex7E78D1282B012f43141
Octal176170321505302236461101
Binary1111110111100011010001101000101011010010111101001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E78D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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