#7D6FCD

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

Shades of Moody Blue #7D6FCD

Tints of Moody Blue #7D6FCD

Color information

#7D6FCD (or 0x7D6FCD) is unknown color: approx Moody Blue. HEX triplet: 7D, 6F and CD. RGB value is (125,111,205). Sum of RGB (Red+Green+Blue) = 125+111+205=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D6FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6FCD is #829032. Grayscale: #7D7D7D. Windows color (decimal): -8556595 or 13463421. OLE color: 13463421.

HSL color Cylindrical-coordinate representation of color #7D6FCD: hue angle of 248.94º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D6FCD is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125111205-
CMYK0.390.4600.20
HSL248.94º48.45%61.96%-
HSV(B)248.94º45.85%80.39%-
XYZ25.1620.1460.32-
YUV125.9172.64127.36-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.34%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=28.34%
G=25.17%
B=46.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251112050.390.4600.20248.9448.4561.96
Hex7D6FCD272E014f9303e
Octal17515731547560243716076
Binary111110111011111100110110011110111001010011111001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,111,205); }

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

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

 a { background-color: rgb(125,111,205); }

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

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

 span { border-color: rgb(125,111,205); }

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