#787CD6

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

Shades of Moody Blue #787CD6

Tints of Moody Blue #787CD6

Color information

#787CD6 (or 0x787CD6) is unknown color: approx Moody Blue. HEX triplet: 78, 7C and D6. RGB value is (120,124,214). Sum of RGB (Red+Green+Blue) = 120+124+214=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 124 (48.83% from 255 or 27.07% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #787CD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787CD6 is #878329. Grayscale: #848484. Windows color (decimal): -8880938 or 14056568. OLE color: 14056568.

HSL color Cylindrical-coordinate representation of color #787CD6: hue angle of 237.45º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #787CD6 is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB120124214-
CMYK0.440.4200.16
HSL237.45º53.41%65.49%-
HSV(B)237.45º43.93%83.92%-
XYZ27.0923.2666.68-
YUV133.06173.67118.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.20%
GREEN value IS 124 (48.83% from 255) = 27.07%
BLUE value IS 214 (83.98% from 255) = 46.72%
R=26.20%
G=27.07%
B=46.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1201242140.440.4200.16237.4553.4165.49
Hex787CD62C2A010ed3541
Octal170174326545202035565101
Binary1111000111110011010110101100101010010000111011011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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