#7D6DD5

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

Shades of Moody Blue #7D6DD5

Tints of Moody Blue #7D6DD5

Color information

#7D6DD5 (or 0x7D6DD5) is unknown color: approx Moody Blue. HEX triplet: 7D, 6D and D5. RGB value is (125,109,213). Sum of RGB (Red+Green+Blue) = 125+109+213=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 213 (83.59% from 255 or 47.65% from 447); Max value from RGB is 213 - color contains mainly: blue. Hex color #7D6DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6DD5 is #82922A. Grayscale: #7D7D7D. Windows color (decimal): -8557099 or 13987197. OLE color: 13987197.

HSL color Cylindrical-coordinate representation of color #7D6DD5: hue angle of 249.23º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D6DD5 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB125109213-
CMYK0.410.4900.16
HSL249.23º55.32%63.14%-
HSV(B)249.23º48.83%83.53%-
XYZ25.9420.165.46-
YUV125.64177.3127.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.96%
GREEN value IS 109 (42.97% from 255) = 24.38%
BLUE value IS 213 (83.59% from 255) = 47.65%
R=27.96%
G=24.38%
B=47.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1251092130.410.4900.16249.2355.3263.14
Hex7D6DD52931010f9373f
Octal17515532551610203716777
Binary111110111011011101010110100111000101000011111001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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