#787CDA

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

Shades of Moody Blue #787CDA

Tints of Moody Blue #787CDA

Color information

#787CDA (or 0x787CDA) is unknown color: approx Moody Blue. HEX triplet: 78, 7C and DA. RGB value is (120,124,218). Sum of RGB (Red+Green+Blue) = 120+124+218=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #787CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787CDA is #878325. Grayscale: #858585. Windows color (decimal): -8880934 or 14318712. OLE color: 14318712.

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

Color convert

RGB120124218-
CMYK0.450.4300.15
HSL237.55º56.98%66.27%-
HSV(B)237.55º44.95%85.49%-
XYZ27.6123.4769.4-
YUV133.52175.67118.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.97%
GREEN value IS 124 (48.83% from 255) = 26.84%
BLUE value IS 218 (85.55% from 255) = 47.19%
R=25.97%
G=26.84%
B=47.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201242180.450.4300.15237.5556.9866.27
Hex787CDA2D2B0Fee3942
Octal170174332555301735671102
Binary111100011111001101101010110110101101111111011101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,124,218); }

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

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

 a { background-color: rgb(120,124,218); }

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

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

 span { border-color: rgb(120,124,218); }

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