Html Css Color HEX #7979DC Moody Blue

📋 copy color: '#7979DC'

red 121 ◦ green 121 ◦ blue 220

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

Shades of Moody Blue #7979DC

Tints of Moody Blue #7979DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.19%

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

R = 26.19%
G = 26.19%
B = 47.62%

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

#7979DC (or 0x7979DC) is known color: Moody Blue. HEX triplet: 79, 79 and DC. RGB value is (121,121,220). Sum of RGB (Red+Green+Blue) = 121+121+220=462 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.19% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #7979DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7979DC is #868623. Grayscale: #838383. Windows color (decimal): -8816164 or 14449017. OLE color: 14449017.

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

Color convert

RGB 121 121 220 -
CMYK 0.45 0.45 0 0.14
HSL 240º 0.59% 0.67% -
HSV(B) 240º 0.45% 0.86% -
XYZ 27.64 22.91 70.67 -
YUV 132.29 177.5 119.95 -
System Red Green Blue C M Y K H S L
Decimal 121 121 220 0.45 0.45 0 0.14 240 0.59 0.67
Hex 79 79 DC 2D 2D 0 E F0 3B 43
Octal 171 171 334 55 55 0 16 360 73 103
Binary 1111001 1111001 11011100 101101 101101 0 1110 11110000 111011 1000011

Color Harmonies of #7979DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7979DC

Black with #7979DC

Text Example


Text Example

White with #7979DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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