#787ED0

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

Shades of Moody Blue #787ED0

Tints of Moody Blue #787ED0

Color information

#787ED0 (or 0x787ED0) is unknown color: approx Moody Blue. HEX triplet: 78, 7E and D0. RGB value is (120,126,208). Sum of RGB (Red+Green+Blue) = 120+126+208=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 208 - color contains mainly: blue. Hex color #787ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787ED0 is #87812F. Grayscale: #858585. Windows color (decimal): -8880432 or 13663864. OLE color: 13663864.

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

Color convert

RGB120126208-
CMYK0.420.3900.18
HSL235.91º48.35%64.31%-
HSV(B)235.91º42.31%81.57%-
XYZ26.5923.4762.8-
YUV133.55170.01118.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.43%
GREEN value IS 126 (49.61% from 255) = 27.75%
BLUE value IS 208 (81.64% from 255) = 45.81%
R=26.43%
G=27.75%
B=45.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1201262080.420.3900.18235.9148.3564.31
Hex787ED02A27012ec3040
Octal170176320524702235460100
Binary1111000111111011010000101010100111010010111011001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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