#7D7EDD

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

Shades of Moody Blue #7D7EDD

Tints of Moody Blue #7D7EDD

Color information

#7D7EDD (or 0x7D7EDD) is unknown color: approx Moody Blue. HEX triplet: 7D, 7E and DD. RGB value is (125,126,221). Sum of RGB (Red+Green+Blue) = 125+126+221=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 126 (49.61% from 255 or 26.69% 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 #7D7EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7EDD is #828122. Grayscale: #888888. Windows color (decimal): -8552739 or 14515837. OLE color: 14515837.

HSL color Cylindrical-coordinate representation of color #7D7EDD: hue angle of 239.38º 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 #7D7EDD is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125126221-
CMYK0.430.4300.13
HSL239.38º58.54%67.84%-
HSV(B)239.38º43.44%86.67%-
XYZ28.9724.571.61-
YUV136.53175.67119.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.48%
GREEN value IS 126 (49.61% from 255) = 26.69%
BLUE value IS 221 (86.72% from 255) = 46.82%
R=26.48%
G=26.69%
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
Decimal1251262210.430.4300.13239.3858.5467.84
Hex7D7EDD2B2B0Def3b44
Octal175176335535301535773104
Binary111110111111101101110110101110101101101111011111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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