#787CD2

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

Shades of Moody Blue #787CD2

Tints of Moody Blue #787CD2

Color information

#787CD2 (or 0x787CD2) is unknown color: approx Moody Blue. HEX triplet: 78, 7C and D2. RGB value is (120,124,210). Sum of RGB (Red+Green+Blue) = 120+124+210=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #787CD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787CD2 is #87832D. Grayscale: #848484. Windows color (decimal): -8880942 or 13794424. OLE color: 13794424.

HSL color Cylindrical-coordinate representation of color #787CD2: hue angle of 237.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #787CD2 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB120124210-
CMYK0.430.4100.18
HSL237.33º50%64.71%-
HSV(B)237.33º42.86%82.35%-
XYZ26.5923.0664.02-
YUV132.61171.67119.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.43%
GREEN value IS 124 (48.83% from 255) = 27.31%
BLUE value IS 210 (82.42% from 255) = 46.26%
R=26.43%
G=27.31%
B=46.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1201242100.430.4100.18237.335064.71
Hex787CD22B29012ed3241
Octal170174322535102235562101
Binary1111000111110011010010101011101001010010111011011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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