#787CD0

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

Shades of Moody Blue #787CD0

Tints of Moody Blue #787CD0

Color information

#787CD0 (or 0x787CD0) is unknown color: approx Moody Blue. HEX triplet: 78, 7C and D0. RGB value is (120,124,208). Sum of RGB (Red+Green+Blue) = 120+124+208=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #787CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787CD0 is #87832F. Grayscale: #848484. Windows color (decimal): -8880944 or 13663352. OLE color: 13663352.

HSL color Cylindrical-coordinate representation of color #787CD0: hue angle of 237.27º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #787CD0 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB120124208-
CMYK0.420.4000.18
HSL237.27º48.35%64.31%-
HSV(B)237.27º42.31%81.57%-
XYZ26.3422.9662.72-
YUV132.38170.67119.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.55%
GREEN value IS 124 (48.83% from 255) = 27.43%
BLUE value IS 208 (81.64% from 255) = 46.02%
R=26.55%
G=27.43%
B=46.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1201242080.420.4000.18237.2748.3564.31
Hex787CD02A28012ed3040
Octal170174320525002235560100
Binary1111000111110011010000101010101000010010111011011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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