#787ECD

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

Shades of Moody Blue #787ECD

Tints of Moody Blue #787ECD

Color information

#787ECD (or 0x787ECD) is unknown color: approx Moody Blue. HEX triplet: 78, 7E and CD. RGB value is (120,126,205). Sum of RGB (Red+Green+Blue) = 120+126+205=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #787ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787ECD is #878132. Grayscale: #848484. Windows color (decimal): -8880435 or 13467256. OLE color: 13467256.

HSL color Cylindrical-coordinate representation of color #787ECD: hue angle of 235.76º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #787ECD is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120126205-
CMYK0.410.3900.20
HSL235.76º45.95%63.73%-
HSV(B)235.76º41.46%80.39%-
XYZ26.2323.3260.88-
YUV133.21168.51118.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.61%
GREEN value IS 126 (49.61% from 255) = 27.94%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=26.61%
G=27.94%
B=45.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201262050.410.3900.20235.7645.9563.73
Hex787ECD2927014ec2e40
Octal170176315514702435456100
Binary1111000111111011001101101001100111010100111011001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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