Html Css Color HEX #7979C1 Moody Blue

📋 copy color: '#7979C1'

red 121 ◦ green 121 ◦ blue 193

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

Shades of Moody Blue #7979C1

Tints of Moody Blue #7979C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.37%

R = 27.82%
G = 27.82%
B = 44.37%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7979C1 (or 0x7979C1) is known color: Moody Blue. HEX triplet: 79, 79 and C1. RGB value is (121,121,193). Sum of RGB (Red+Green+Blue) = 121+121+193=435 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.82% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #7979C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7979C1 is #86863E. Grayscale: #808080. Windows color (decimal): -8816191 or 12679545. OLE color: 12679545.

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

Color convert

RGB 121 121 193 -
CMYK 0.37 0.37 0 0.24
HSL 240º 0.37% 0.62% -
HSV(B) 240º 0.37% 0.76% -
XYZ 24.35 21.59 53.34 -
YUV 129.21 164 122.15 -
System Red Green Blue C M Y K H S L
Decimal 121 121 193 0.37 0.37 0 0.24 240 0.37 0.62
Hex 79 79 C1 25 25 0 18 F0 25 3E
Octal 171 171 301 45 45 0 30 360 45 76
Binary 1111001 1111001 11000001 100101 100101 0 11000 11110000 100101 111110

Color Harmonies of #7979C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7979C1

Black with #7979C1

Text Example


Text Example

White with #7979C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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