Html Css Color HEX #787CDA Moody Blue

📋 copy color: '#787CDA'

red 120 ◦ green 124 ◦ blue 218

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

Shades of Moody Blue #787CDA

Tints of Moody Blue #787CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.84%

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 25.97%
G = 26.84%
B = 47.19%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#787CDA (or 0x787CDA) is known color: Moody Blue. HEX triplet: 78, 7C and DA. RGB value is (120,124,218). Sum of RGB (Red+Green+Blue) = 120+124+218=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 124 (48.83% from 255 or 26.84% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #787CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787CDA is #878325. Grayscale: #858585. Windows color (decimal): -8880934 or 14318712. OLE color: 14318712.

HSL color Cylindrical-coordinate representation of color #787CDA: hue angle of 237.55º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #787CDA is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 124 218 -
CMYK 0.45 0.43 0 0.15
HSL 237.55º 0.57% 0.66% -
HSV(B) 237.55º 0.45% 0.85% -
XYZ 27.61 23.47 69.4 -
YUV 133.52 175.67 118.36 -
System Red Green Blue C M Y K H S L
Decimal 120 124 218 0.45 0.43 0 0.15 237.55 0.57 0.66
Hex 78 7C DA 2D 2B 0 F EE 39 42
Octal 170 174 332 55 53 0 17 356 71 102
Binary 1111000 1111100 11011010 101101 101011 0 1111 11101110 111001 1000010

Color Harmonies of #787CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787CDA

Black with #787CDA

Text Example


Text Example

White with #787CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,124,218); }

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

background-color css

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

 a { background-color: rgb(120,124,218); }

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

border-color css

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

 span { border-color: rgb(120,124,218); }

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