#7D7AD9

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

Shades of Moody Blue #7D7AD9

Tints of Moody Blue #7D7AD9

Color information

#7D7AD9 (or 0x7D7AD9) is unknown color: approx Moody Blue. HEX triplet: 7D, 7A and D9. RGB value is (125,122,217). Sum of RGB (Red+Green+Blue) = 125+122+217=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 217 - color contains mainly: blue. Hex color #7D7AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7AD9 is #828526. Grayscale: #858585. Windows color (decimal): -8553767 or 14252669. OLE color: 14252669.

HSL color Cylindrical-coordinate representation of color #7D7AD9: hue angle of 241.89º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D7AD9 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB125122217-
CMYK0.420.4400.15
HSL241.89º55.56%66.47%-
HSV(B)241.89º43.78%85.1%-
XYZ27.9423.2968.67-
YUV133.73174.99121.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.94%
GREEN value IS 122 (48.05% from 255) = 26.29%
BLUE value IS 217 (85.16% from 255) = 46.77%
R=26.94%
G=26.29%
B=46.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1251222170.420.4400.15241.8955.5666.47
Hex7D7AD92A2C0Ff23842
Octal175172331525401736270102
Binary111110111110101101100110101010110001111111100101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,122,217); }

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

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

 a { background-color: rgb(125,122,217); }

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

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

 span { border-color: rgb(125,122,217); }

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