Html Css Color HEX #7980DC Moody Blue

📋 copy color: '#7980DC'

red 121 ◦ green 128 ◦ blue 220

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

Shades of Moody Blue #7980DC

Tints of Moody Blue #7980DC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.29%

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

R = 25.8%
G = 27.29%
B = 46.91%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7980DC (or 0x7980DC) is known color: Moody Blue. HEX triplet: 79, 80 and DC. RGB value is (121,128,220). Sum of RGB (Red+Green+Blue) = 121+128+220=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #7980DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7980DC is #867F23. Grayscale: #888888. Windows color (decimal): -8814372 or 14450809. OLE color: 14450809.

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

Color convert

RGB 121 128 220 -
CMYK 0.45 0.42 0 0.14
HSL 235.76º 0.59% 0.67% -
HSV(B) 235.76º 0.45% 0.86% -
XYZ 28.52 24.67 70.97 -
YUV 136.4 175.18 117.02 -
System Red Green Blue C M Y K H S L
Decimal 121 128 220 0.45 0.42 0 0.14 235.76 0.59 0.67
Hex 79 80 DC 2D 2A 0 E EC 3B 43
Octal 171 200 334 55 52 0 16 354 73 103
Binary 1111001 10000000 11011100 101101 101010 0 1110 11101100 111011 1000011

Color Harmonies of #7980DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7980DC

Black with #7980DC

Text Example


Text Example

White with #7980DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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