Html Css Color HEX #7976DA Moody Blue

📋 copy color: '#7976DA'

red 121 ◦ green 118 ◦ blue 218

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

Shades of Moody Blue #7976DA

Tints of Moody Blue #7976DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 26.48%
G = 25.82%
B = 47.7%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7976DA (or 0x7976DA) is known color: Moody Blue. HEX triplet: 79, 76 and DA. RGB value is (121,118,218). Sum of RGB (Red+Green+Blue) = 121+118+218=457 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.48% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #7976DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7976DA is #868925. Grayscale: #818181. Windows color (decimal): -8816934 or 14317177. OLE color: 14317177.

HSL color Cylindrical-coordinate representation of color #7976DA: hue angle of 241.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7976DA is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 121 118 218 -
CMYK 0.44 0.46 0 0.15
HSL 241.8º 0.57% 0.66% -
HSV(B) 241.8º 0.46% 0.85% -
XYZ 27.02 22.08 69.17 -
YUV 130.3 177.49 121.37 -
System Red Green Blue C M Y K H S L
Decimal 121 118 218 0.44 0.46 0 0.15 241.8 0.57 0.66
Hex 79 76 DA 2C 2E 0 F F2 39 42
Octal 171 166 332 54 56 0 17 362 71 102
Binary 1111001 1110110 11011010 101100 101110 0 1111 11110010 111001 1000010

Color Harmonies of #7976DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7976DA

Black with #7976DA

Text Example


Text Example

White with #7976DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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