#787AD9

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

Shades of Moody Blue #787AD9

Tints of Moody Blue #787AD9

Color information

#787AD9 (or 0x787AD9) is unknown color: approx Moody Blue. HEX triplet: 78, 7A and D9. RGB value is (120,122,217). Sum of RGB (Red+Green+Blue) = 120+122+217=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 122 (48.05% from 255 or 26.58% 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 #787AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787AD9 is #878526. Grayscale: #838383. Windows color (decimal): -8881447 or 14252664. OLE color: 14252664.

HSL color Cylindrical-coordinate representation of color #787AD9: hue angle of 238.76º 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 #787AD9 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120122217-
CMYK0.450.4400.15
HSL238.76º56.07%66.08%-
HSV(B)238.76º44.7%85.1%-
XYZ27.2322.9268.63-
YUV132.23175.84119.28-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201222170.450.4400.15238.7656.0766.08
Hex787AD92D2C0Fef3842
Octal170172331555401735770102
Binary111100011110101101100110110110110001111111011111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787AD9; }

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

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

<style>
 a { background-color: #787AD9; }

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

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

<style>
 span { border-color: #787AD9; }

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

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