Html Css Color HEX #7979C0 Moody Blue

📋 copy color: '#7979C0'

red 121 ◦ green 121 ◦ blue 192

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

Shades of Moody Blue #7979C0

Tints of Moody Blue #7979C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 27.88%
G = 27.88%
B = 44.24%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7979C0 (or 0x7979C0) is known color: Moody Blue. HEX triplet: 79, 79 and C0. RGB value is (121,121,192). Sum of RGB (Red+Green+Blue) = 121+121+192=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #7979C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7979C0 is #86863F. Grayscale: #808080. Windows color (decimal): -8816192 or 12614009. OLE color: 12614009.

HSL color Cylindrical-coordinate representation of color #7979C0: hue angle of 240º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7979C0 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 121 192 -
CMYK 0.37 0.37 0 0.25
HSL 240º 0.36% 0.61% -
HSV(B) 240º 0.37% 0.75% -
XYZ 24.24 21.55 52.75 -
YUV 129.09 163.5 122.23 -
System Red Green Blue C M Y K H S L
Decimal 121 121 192 0.37 0.37 0 0.25 240 0.36 0.61
Hex 79 79 C0 25 25 0 19 F0 24 3D
Octal 171 171 300 45 45 0 31 360 44 75
Binary 1111001 1111001 11000000 100101 100101 0 11001 11110000 100100 111101

Color Harmonies of #7979C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7979C0

Black with #7979C0

Text Example


Text Example

White with #7979C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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