#7E7DDD

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

Shades of Moody Blue #7E7DDD

Tints of Moody Blue #7E7DDD

Color information

#7E7DDD (or 0x7E7DDD) is unknown color: approx Moody Blue. HEX triplet: 7E, 7D and DD. RGB value is (126,125,221). Sum of RGB (Red+Green+Blue) = 126+125+221=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #7E7DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7DDD is #818222. Grayscale: #878787. Windows color (decimal): -8487459 or 14515582. OLE color: 14515582.

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

Color convert

RGB126125221-
CMYK0.430.4300.13
HSL240.62º58.54%67.84%-
HSV(B)240.62º43.44%86.67%-
XYZ28.9924.3271.57-
YUV136.24175.83120.69-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.69%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 221 (86.72% from 255) = 46.82%
R=26.69%
G=26.48%
B=46.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261252210.430.4300.13240.6258.5467.84
Hex7E7DDD2B2B0Df13b44
Octal176175335535301536173104
Binary111111011111011101110110101110101101101111100011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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