Html Css Color HEX #7976DB Moody Blue

📋 copy color: '#7976DB'

red 121 ◦ green 118 ◦ blue 219

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

Shades of Moody Blue #7976DB

Tints of Moody Blue #7976DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.76%

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

R = 26.42%
G = 25.76%
B = 47.82%

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

#7976DB (or 0x7976DB) is known color: Moody Blue. HEX triplet: 79, 76 and DB. RGB value is (121,118,219). Sum of RGB (Red+Green+Blue) = 121+118+219=458 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.42% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #7976DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7976DB is #868924. Grayscale: #828282. Windows color (decimal): -8816933 or 14382713. OLE color: 14382713.

HSL color Cylindrical-coordinate representation of color #7976DB: hue angle of 241.78º 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 #7976DB is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 118 219 -
CMYK 0.45 0.46 0 0.14
HSL 241.78º 0.58% 0.66% -
HSV(B) 241.78º 0.46% 0.86% -
XYZ 27.15 22.14 69.86 -
YUV 130.41 177.99 121.29 -
System Red Green Blue C M Y K H S L
Decimal 121 118 219 0.45 0.46 0 0.14 241.78 0.58 0.66
Hex 79 76 DB 2D 2E 0 E F2 3A 42
Octal 171 166 333 55 56 0 16 362 72 102
Binary 1111001 1110110 11011011 101101 101110 0 1110 11110010 111010 1000010

Color Harmonies of #7976DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7976DB

Black with #7976DB

Text Example


Text Example

White with #7976DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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