#7A6EB5

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

Shades of Moody Blue #7A6EB5

Tints of Moody Blue #7A6EB5

Color information

#7A6EB5 (or 0x7A6EB5) is unknown color: approx Moody Blue. HEX triplet: 7A, 6E and B5. RGB value is (122,110,181). Sum of RGB (Red+Green+Blue) = 122+110+181=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 181 - color contains mainly: blue. Hex color #7A6EB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6EB5 is #85914A. Grayscale: #797979. Windows color (decimal): -8753483 or 11890298. OLE color: 11890298.

HSL color Cylindrical-coordinate representation of color #7A6EB5: hue angle of 250.14º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A6EB5 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB122110181-
CMYK0.330.3900.29
HSL250.14º32.42%57.06%-
HSV(B)250.14º39.23%70.98%-
XYZ21.9418.6346.15-
YUV121.68161.48128.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.54%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 181 (71.09% from 255) = 43.83%
R=29.54%
G=26.63%
B=43.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221101810.330.3900.29250.1432.4257.06
Hex7A6EB5212701Dfa2039
Octal17215626541470353724071
Binary111101011011101011010110000110011101110111111010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,110,181); }

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

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

 a { background-color: rgb(122,110,181); }

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

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

 span { border-color: rgb(122,110,181); }

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