#7A78D9

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

Shades of Moody Blue #7A78D9

Tints of Moody Blue #7A78D9

Color information

#7A78D9 (or 0x7A78D9) is unknown color: approx Moody Blue. HEX triplet: 7A, 78 and D9. RGB value is (122,120,217). Sum of RGB (Red+Green+Blue) = 122+120+217=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 217 - color contains mainly: blue. Hex color #7A78D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A78D9 is #858726. Grayscale: #838383. Windows color (decimal): -8750887 or 14252154. OLE color: 14252154.

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

Color convert

RGB122120217-
CMYK0.440.4500.15
HSL241.24º56.07%66.08%-
HSV(B)241.24º44.7%85.1%-
XYZ27.2722.5868.57-
YUV131.66176.16121.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.58%
GREEN value IS 120 (47.27% from 255) = 26.14%
BLUE value IS 217 (85.16% from 255) = 47.28%
R=26.58%
G=26.14%
B=47.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1221202170.440.4500.15241.2456.0766.08
Hex7A78D92C2D0Ff13842
Octal172170331545501736170102
Binary111101011110001101100110110010110101111111100011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A78D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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