Html Css Color HEX #7979DB Moody Blue

📋 copy color: '#7979DB'

red 121 ◦ green 121 ◦ blue 219

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

Shades of Moody Blue #7979DB

Tints of Moody Blue #7979DB

RGB

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

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

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

R = 26.25%
G = 26.25%
B = 47.51%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7979DB (or 0x7979DB) is known color: Moody Blue. HEX triplet: 79, 79 and DB. RGB value is (121,121,219). Sum of RGB (Red+Green+Blue) = 121+121+219=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #7979DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7979DB is #868624. Grayscale: #838383. Windows color (decimal): -8816165 or 14383481. OLE color: 14383481.

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

Color convert

RGB 121 121 219 -
CMYK 0.45 0.45 0 0.14
HSL 240º 0.58% 0.67% -
HSV(B) 240º 0.45% 0.86% -
XYZ 27.51 22.85 69.98 -
YUV 132.17 177 120.03 -
System Red Green Blue C M Y K H S L
Decimal 121 121 219 0.45 0.45 0 0.14 240 0.58 0.67
Hex 79 79 DB 2D 2D 0 E F0 3A 43
Octal 171 171 333 55 55 0 16 360 72 103
Binary 1111001 1111001 11011011 101101 101101 0 1110 11110000 111010 1000011

Color Harmonies of #7979DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7979DB

Black with #7979DB

Text Example


Text Example

White with #7979DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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