Html Css Color HEX #787EDC Moody Blue

📋 copy color: '#787EDC'

red 120 ◦ green 126 ◦ blue 220

#787EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #787EDC

Tints of Moody Blue #787EDC

RGB

 RED value IS 120 (47.27% from 255) = 25.75%

 GREEN value IS 126 (49.61% from 255) = 27.04%

 BLUE value IS 220 (86.33% from 255) = 47.21%

R = 25.75%
G = 27.04%
B = 47.21%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#787EDC (or 0x787EDC) is known color: Moody Blue. HEX triplet: 78, 7E and DC. RGB value is (120,126,220). Sum of RGB (Red+Green+Blue) = 120+126+220=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #787EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787EDC is #878123. Grayscale: #868686. Windows color (decimal): -8880420 or 14450296. OLE color: 14450296.

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

Color convert

RGB 120 126 220 -
CMYK 0.45 0.43 0 0.14
HSL 236.4º 0.59% 0.67% -
HSV(B) 236.4º 0.45% 0.86% -
XYZ 28.12 24.08 70.88 -
YUV 134.92 176.01 117.36 -
System Red Green Blue C M Y K H S L
Decimal 120 126 220 0.45 0.43 0 0.14 236.4 0.59 0.67
Hex 78 7E DC 2D 2B 0 E EC 3B 43
Octal 170 176 334 55 53 0 16 354 73 103
Binary 1111000 1111110 11011100 101101 101011 0 1110 11101100 111011 1000011

Color Harmonies of #787EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787EDC

Black with #787EDC

Text Example


Text Example

White with #787EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #787EDC;
 }
 .AnyTagClassName
 {
   color: #787EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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