#787CD5

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

Shades of Moody Blue #787CD5

Tints of Moody Blue #787CD5

Color information

#787CD5 (or 0x787CD5) is unknown color: approx Moody Blue. HEX triplet: 78, 7C and D5. RGB value is (120,124,213). Sum of RGB (Red+Green+Blue) = 120+124+213=457 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.26% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #787CD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787CD5 is #87832A. Grayscale: #848484. Windows color (decimal): -8880939 or 13991032. OLE color: 13991032.

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

Color convert

RGB120124213-
CMYK0.440.4200.16
HSL237.42º52.54%65.29%-
HSV(B)237.42º43.66%83.53%-
XYZ26.9623.2166.01-
YUV132.95173.17118.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.26%
GREEN value IS 124 (48.83% from 255) = 27.13%
BLUE value IS 213 (83.59% from 255) = 46.61%
R=26.26%
G=27.13%
B=46.61%

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
Decimal1201242130.440.4200.16237.4252.5465.29
Hex787CD52C2A010ed3541
Octal170174325545202035565101
Binary1111000111110011010101101100101010010000111011011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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