Html Css Color HEX #7978DC Moody Blue

📋 copy color: '#7978DC'

red 121 ◦ green 120 ◦ blue 220

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

Shades of Moody Blue #7978DC

Tints of Moody Blue #7978DC

RGB

 RED value IS 121 (47.66% from 255) = 26.25%

 GREEN value IS 120 (47.27% from 255) = 26.03%

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

R = 26.25%
G = 26.03%
B = 47.72%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7978DC (or 0x7978DC) is known color: Moody Blue. HEX triplet: 79, 78 and DC. RGB value is (121,120,220). Sum of RGB (Red+Green+Blue) = 121+120+220=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #7978DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7978DC is #868723. Grayscale: #838383. Windows color (decimal): -8816420 or 14448761. OLE color: 14448761.

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

Color convert

RGB 121 120 220 -
CMYK 0.45 0.45 0 0.14
HSL 240.6º 0.59% 0.67% -
HSV(B) 240.6º 0.45% 0.86% -
XYZ 27.52 22.67 70.63 -
YUV 131.7 177.83 120.37 -
System Red Green Blue C M Y K H S L
Decimal 121 120 220 0.45 0.45 0 0.14 240.6 0.59 0.67
Hex 79 78 DC 2D 2D 0 E F1 3B 43
Octal 171 170 334 55 55 0 16 361 73 103
Binary 1111001 1111000 11011100 101101 101101 0 1110 11110001 111011 1000011

Color Harmonies of #7978DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7978DC

Black with #7978DC

Text Example


Text Example

White with #7978DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7978DC; }

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

 H1.HeaderClassName
 {
   color: #7978DC;
 }
 .AnyTagClassName
 {
   color: #7978DC;
 }
</style>

background-color css

<style>
 a { background-color: #7978DC; }

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

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

border-color css

<style>
 span { border-color: #7978DC; }

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

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