#7D6ED1

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

Shades of Moody Blue #7D6ED1

Tints of Moody Blue #7D6ED1

Color information

#7D6ED1 (or 0x7D6ED1) is unknown color: approx Moody Blue. HEX triplet: 7D, 6E and D1. RGB value is (125,110,209). Sum of RGB (Red+Green+Blue) = 125+110+209=444 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.15% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #7D6ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6ED1 is #82912E. Grayscale: #7D7D7D. Windows color (decimal): -8556847 or 13725309. OLE color: 13725309.

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

Color convert

RGB125110209-
CMYK0.400.4700.18
HSL249.09º51.83%62.55%-
HSV(B)249.09º47.37%81.96%-
XYZ25.5420.1262.86-
YUV125.77174.97127.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.15%
GREEN value IS 110 (43.36% from 255) = 24.77%
BLUE value IS 209 (82.03% from 255) = 47.07%
R=28.15%
G=24.77%
B=47.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1251102090.400.4700.18249.0951.8362.55
Hex7D6ED1282F012f9343f
Octal17515632150570223716477
Binary111110111011101101000110100010111101001011111001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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