#7D7ED8

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

Shades of Moody Blue #7D7ED8

Tints of Moody Blue #7D7ED8

Color information

#7D7ED8 (or 0x7D7ED8) is unknown color: approx Moody Blue. HEX triplet: 7D, 7E and D8. RGB value is (125,126,216). Sum of RGB (Red+Green+Blue) = 125+126+216=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 216 - color contains mainly: blue. Hex color #7D7ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7ED8 is #828127. Grayscale: #878787. Windows color (decimal): -8552744 or 14188157. OLE color: 14188157.

HSL color Cylindrical-coordinate representation of color #7D7ED8: hue angle of 239.34º degrees, saturation: 0.54, 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 #7D7ED8 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB125126216-
CMYK0.420.4200.15
HSL239.34º53.85%66.86%-
HSV(B)239.34º42.13%84.71%-
XYZ28.3124.2468.15-
YUV135.96173.17120.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.77%
GREEN value IS 126 (49.61% from 255) = 26.98%
BLUE value IS 216 (84.77% from 255) = 46.25%
R=26.77%
G=26.98%
B=46.25%

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
Decimal1251262160.420.4200.15239.3453.8566.86
Hex7D7ED82A2A0Fef3643
Octal175176330525201735766103
Binary111110111111101101100010101010101001111111011111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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