#7D7AD8

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

Shades of Moody Blue #7D7AD8

Tints of Moody Blue #7D7AD8

Color information

#7D7AD8 (or 0x7D7AD8) is unknown color: approx Moody Blue. HEX triplet: 7D, 7A and D8. RGB value is (125,122,216). Sum of RGB (Red+Green+Blue) = 125+122+216=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #7D7AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7AD8 is #828527. Grayscale: #858585. Windows color (decimal): -8553768 or 14187133. OLE color: 14187133.

HSL color Cylindrical-coordinate representation of color #7D7AD8: hue angle of 241.91º degrees, saturation: 0.55, 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 #7D7AD8 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB125122216-
CMYK0.420.4400.15
HSL241.91º54.65%66.27%-
HSV(B)241.91º43.52%84.71%-
XYZ27.8123.2467.99-
YUV133.61174.49121.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.00%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 216 (84.77% from 255) = 46.65%
R=27.00%
G=26.35%
B=46.65%

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
Decimal1251222160.420.4400.15241.9154.6566.27
Hex7D7AD82A2C0Ff23742
Octal175172330525401736267102
Binary111110111110101101100010101010110001111111100101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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