#787EDB

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

Shades of Moody Blue #787EDB

Tints of Moody Blue #787EDB

Color information

#787EDB (or 0x787EDB) is unknown color: approx Moody Blue. HEX triplet: 78, 7E and DB. RGB value is (120,126,219). Sum of RGB (Red+Green+Blue) = 120+126+219=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #787EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787EDB is #878124. Grayscale: #868686. Windows color (decimal): -8880421 or 14384760. OLE color: 14384760.

HSL color Cylindrical-coordinate representation of color #787EDB: hue angle of 236.36º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #787EDB is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB120126219-
CMYK0.450.4200.14
HSL236.36º57.89%66.47%-
HSV(B)236.36º45.21%85.88%-
XYZ27.9924.0370.18-
YUV134.81175.51117.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.81%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 219 (85.94% from 255) = 47.10%
R=25.81%
G=27.10%
B=47.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201262190.450.4200.14236.3657.8966.47
Hex787EDB2D2A0Eec3a42
Octal170176333555201635472102
Binary111100011111101101101110110110101001110111011001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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