#7E7DD3

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

Shades of Moody Blue #7E7DD3

Tints of Moody Blue #7E7DD3

Color information

#7E7DD3 (or 0x7E7DD3) is unknown color: approx Moody Blue. HEX triplet: 7E, 7D and D3. RGB value is (126,125,211). Sum of RGB (Red+Green+Blue) = 126+125+211=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #7E7DD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7DD3 is #81822C. Grayscale: #868686. Windows color (decimal): -8487469 or 13860222. OLE color: 13860222.

HSL color Cylindrical-coordinate representation of color #7E7DD3: hue angle of 240.7º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E7DD3 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB126125211-
CMYK0.400.4100.17
HSL240.7º49.43%65.88%-
HSV(B)240.7º40.76%82.75%-
XYZ27.723.8164.76-
YUV135.1170.83121.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.27%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 211 (82.81% from 255) = 45.67%
R=27.27%
G=27.06%
B=45.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1261252110.400.4100.17240.749.4365.88
Hex7E7DD32829011f13142
Octal176175323505102136161102
Binary1111110111110111010011101000101001010001111100011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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