#7D6DD1

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

Shades of Moody Blue #7D6DD1

Tints of Moody Blue #7D6DD1

Color information

#7D6DD1 (or 0x7D6DD1) is unknown color: approx Moody Blue. HEX triplet: 7D, 6D and D1. RGB value is (125,109,209). Sum of RGB (Red+Green+Blue) = 125+109+209=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 209 - color contains mainly: blue. Hex color #7D6DD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6DD1 is #82922E. Grayscale: #7C7C7C. Windows color (decimal): -8557103 or 13725053. OLE color: 13725053.

HSL color Cylindrical-coordinate representation of color #7D6DD1: hue angle of 249.6º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D6DD1 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB125109209-
CMYK0.400.4800.18
HSL249.6º52.08%62.35%-
HSV(B)249.6º47.85%81.96%-
XYZ25.4319.962.82-
YUV125.18175.3127.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.22%
GREEN value IS 109 (42.97% from 255) = 24.60%
BLUE value IS 209 (82.03% from 255) = 47.18%
R=28.22%
G=24.60%
B=47.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1251092090.400.4800.18249.652.0862.35
Hex7D6DD12830012fa343e
Octal17515532150600223726476
Binary111110111011011101000110100011000001001011111010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,109,209); }

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

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

 a { background-color: rgb(125,109,209); }

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

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

 span { border-color: rgb(125,109,209); }

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