#7E7DD9

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

Shades of Moody Blue #7E7DD9

Tints of Moody Blue #7E7DD9

Color information

#7E7DD9 (or 0x7E7DD9) is unknown color: approx Moody Blue. HEX triplet: 7E, 7D and D9. RGB value is (126,125,217). Sum of RGB (Red+Green+Blue) = 126+125+217=468 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.92% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 217 - color contains mainly: blue. Hex color #7E7DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7DD9 is #818226. Grayscale: #878787. Windows color (decimal): -8487463 or 14253438. OLE color: 14253438.

HSL color Cylindrical-coordinate representation of color #7E7DD9: hue angle of 240.65º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E7DD9 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB126125217-
CMYK0.420.4200.15
HSL240.65º54.76%67.06%-
HSV(B)240.65º42.4%85.1%-
XYZ28.4624.1168.8-
YUV135.79173.83121.02-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.92%
GREEN value IS 125 (49.22% from 255) = 26.71%
BLUE value IS 217 (85.16% from 255) = 46.37%
R=26.92%
G=26.71%
B=46.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1261252170.420.4200.15240.6554.7667.06
Hex7E7DD92A2A0Ff13743
Octal176175331525201736167103
Binary111111011111011101100110101010101001111111100011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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