#7E78DD

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

Shades of Moody Blue #7E78DD

Tints of Moody Blue #7E78DD

Color information

#7E78DD (or 0x7E78DD) is unknown color: approx Moody Blue. HEX triplet: 7E, 78 and DD. RGB value is (126,120,221). Sum of RGB (Red+Green+Blue) = 126+120+221=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 120 (47.27% from 255 or 25.70% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E78DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E78DD is #818722. Grayscale: #848484. Windows color (decimal): -8488739 or 14514302. OLE color: 14514302.

HSL color Cylindrical-coordinate representation of color #7E78DD: hue angle of 243.56º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E78DD is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126120221-
CMYK0.430.4600.13
HSL243.56º59.76%66.86%-
HSV(B)243.56º45.7%86.67%-
XYZ28.3723.0971.37-
YUV133.31177.49122.79-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.98%
GREEN value IS 120 (47.27% from 255) = 25.70%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=26.98%
G=25.70%
B=47.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261202210.430.4600.13243.5659.7666.86
Hex7E78DD2B2E0Df43c43
Octal176170335535601536474103
Binary111111011110001101110110101110111001101111101001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E78DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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