Html Css Color HEX #7977CA Moody Blue

📋 copy color: '#7977CA'

red 121 ◦ green 119 ◦ blue 202

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

Shades of Moody Blue #7977CA

Tints of Moody Blue #7977CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.7%

R = 27.38%
G = 26.92%
B = 45.7%

CMYK

 C value IS 0.40

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7977CA (or 0x7977CA) is known color: Moody Blue. HEX triplet: 79, 77 and CA. RGB value is (121,119,202). Sum of RGB (Red+Green+Blue) = 121+119+202=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #7977CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7977CA is #868835. Grayscale: #808080. Windows color (decimal): -8816694 or 13268857. OLE color: 13268857.

HSL color Cylindrical-coordinate representation of color #7977CA: hue angle of 241.45º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7977CA is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 119 202 -
CMYK 0.40 0.41 0 0.21
HSL 241.45º 0.44% 0.63% -
HSV(B) 241.45º 0.41% 0.79% -
XYZ 25.14 21.52 58.71 -
YUV 129.06 169.16 122.25 -
System Red Green Blue C M Y K H S L
Decimal 121 119 202 0.40 0.41 0 0.21 241.45 0.44 0.63
Hex 79 77 CA 28 29 0 15 F1 2C 3F
Octal 171 167 312 50 51 0 25 361 54 77
Binary 1111001 1110111 11001010 101000 101001 0 10101 11110001 101100 111111

Color Harmonies of #7977CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7977CA

Black with #7977CA

Text Example


Text Example

White with #7977CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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