#7A7ED1

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

Shades of Moody Blue #7A7ED1

Tints of Moody Blue #7A7ED1

Color information

#7A7ED1 (or 0x7A7ED1) is unknown color: approx Moody Blue. HEX triplet: 7A, 7E and D1. RGB value is (122,126,209). Sum of RGB (Red+Green+Blue) = 122+126+209=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 209 (82.03% from 255 or 45.73% from 457); Max value from RGB is 209 - color contains mainly: blue. Hex color #7A7ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7ED1 is #85812E. Grayscale: #858585. Windows color (decimal): -8749359 or 13729402. OLE color: 13729402.

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

Color convert

RGB122126209-
CMYK0.420.4000.18
HSL237.24º48.6%64.9%-
HSV(B)237.24º41.63%81.96%-
XYZ2723.6663.47-
YUV134.27170.17119.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.70%
GREEN value IS 126 (49.61% from 255) = 27.57%
BLUE value IS 209 (82.03% from 255) = 45.73%
R=26.70%
G=27.57%
B=45.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1221262090.420.4000.18237.2448.664.9
Hex7A7ED12A28012ed3141
Octal172176321525002235561101
Binary1111010111111011010001101010101000010010111011011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,126,209); }

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

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

 a { background-color: rgb(122,126,209); }

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

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

 span { border-color: rgb(122,126,209); }

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