Html Css Color HEX #7977DB Moody Blue

📋 copy color: '#7977DB'

red 121 ◦ green 119 ◦ blue 219

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

Shades of Moody Blue #7977DB

Tints of Moody Blue #7977DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 26.36%
G = 25.93%
B = 47.71%

CMYK

 C value IS 0.45

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7977DB (or 0x7977DB) is known color: Moody Blue. HEX triplet: 79, 77 and DB. RGB value is (121,119,219). Sum of RGB (Red+Green+Blue) = 121+119+219=459 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.36% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #7977DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7977DB is #868824. Grayscale: #828282. Windows color (decimal): -8816677 or 14382969. OLE color: 14382969.

HSL color Cylindrical-coordinate representation of color #7977DB: hue angle of 241.2º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7977DB is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 119 219 -
CMYK 0.45 0.46 0 0.14
HSL 241.2º 0.58% 0.66% -
HSV(B) 241.2º 0.46% 0.86% -
XYZ 27.27 22.37 69.9 -
YUV 131 177.66 120.87 -
System Red Green Blue C M Y K H S L
Decimal 121 119 219 0.45 0.46 0 0.14 241.2 0.58 0.66
Hex 79 77 DB 2D 2E 0 E F1 3A 42
Octal 171 167 333 55 56 0 16 361 72 102
Binary 1111001 1110111 11011011 101101 101110 0 1110 11110001 111010 1000010

Color Harmonies of #7977DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7977DB

Black with #7977DB

Text Example


Text Example

White with #7977DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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