Html Css Color HEX #787DDC Moody Blue

📋 copy color: '#787DDC'

red 120 ◦ green 125 ◦ blue 220

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

Shades of Moody Blue #787DDC

Tints of Moody Blue #787DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.88%

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

R = 25.81%
G = 26.88%
B = 47.31%

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

#787DDC (or 0x787DDC) is known color: Moody Blue. HEX triplet: 78, 7D and DC. RGB value is (120,125,220). Sum of RGB (Red+Green+Blue) = 120+125+220=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #787DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787DDC is #878223. Grayscale: #858585. Windows color (decimal): -8880676 or 14450040. OLE color: 14450040.

HSL color Cylindrical-coordinate representation of color #787DDC: hue angle of 237º 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 #787DDC is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 125 220 -
CMYK 0.45 0.43 0 0.14
HSL 237º 0.59% 0.67% -
HSV(B) 237º 0.45% 0.86% -
XYZ 28 23.83 70.83 -
YUV 134.34 176.34 117.78 -
System Red Green Blue C M Y K H S L
Decimal 120 125 220 0.45 0.43 0 0.14 237 0.59 0.67
Hex 78 7D DC 2D 2B 0 E ED 3B 43
Octal 170 175 334 55 53 0 16 355 73 103
Binary 1111000 1111101 11011100 101101 101011 0 1110 11101101 111011 1000011

Color Harmonies of #787DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787DDC

Black with #787DDC

Text Example


Text Example

White with #787DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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