Html Css Color HEX #7977C4 Moody Blue

📋 copy color: '#7977C4'

red 121 ◦ green 119 ◦ blue 196

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

Shades of Moody Blue #7977C4

Tints of Moody Blue #7977C4

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.29%

 BLUE value IS 196 (76.95% from 255) = 44.95%

R = 27.75%
G = 27.29%
B = 44.95%

CMYK

 C value IS 0.38

 M value IS 0.39

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7977C4 (or 0x7977C4) is known color: Moody Blue. HEX triplet: 79, 77 and C4. RGB value is (121,119,196). Sum of RGB (Red+Green+Blue) = 121+119+196=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 196 (76.95% from 255 or 44.95% from 436); Max value from RGB is 196 - color contains mainly: blue. Hex color #7977C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7977C4 is #86883B. Grayscale: #808080. Windows color (decimal): -8816700 or 12875641. OLE color: 12875641.

HSL color Cylindrical-coordinate representation of color #7977C4: hue angle of 241.56º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7977C4 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 121 119 196 -
CMYK 0.38 0.39 0 0.23
HSL 241.56º 0.39% 0.62% -
HSV(B) 241.56º 0.39% 0.77% -
XYZ 24.45 21.24 55.04 -
YUV 128.38 166.16 122.74 -
System Red Green Blue C M Y K H S L
Decimal 121 119 196 0.38 0.39 0 0.23 241.56 0.39 0.62
Hex 79 77 C4 26 27 0 17 F2 27 3E
Octal 171 167 304 46 47 0 27 362 47 76
Binary 1111001 1110111 11000100 100110 100111 0 10111 11110010 100111 111110

Color Harmonies of #7977C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7977C4

Black with #7977C4

Text Example


Text Example

White with #7977C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7977C4; }

 p { color: rgb(121,119,196); }

 H1.HeaderClassName
 {
   color: #7977C4;
 }
 .AnyTagClassName
 {
   color: #7977C4;
 }
</style>

background-color css

<style>
 a { background-color: #7977C4; }

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

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

border-color css

<style>
 span { border-color: #7977C4; }

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

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