Html Css Color HEX #7980DD Moody Blue

📋 copy color: '#7980DD'

red 121 ◦ green 128 ◦ blue 221

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

Shades of Moody Blue #7980DD

Tints of Moody Blue #7980DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.23%

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 25.74%
G = 27.23%
B = 47.02%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7980DD (or 0x7980DD) is known color: Moody Blue. HEX triplet: 79, 80 and DD. RGB value is (121,128,221). Sum of RGB (Red+Green+Blue) = 121+128+221=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #7980DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7980DD is #867F22. Grayscale: #888888. Windows color (decimal): -8814371 or 14516345. OLE color: 14516345.

HSL color Cylindrical-coordinate representation of color #7980DD: hue angle of 235.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7980DD is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 128 221 -
CMYK 0.45 0.42 0 0.13
HSL 235.8º 0.6% 0.67% -
HSV(B) 235.8º 0.45% 0.87% -
XYZ 28.66 24.72 71.67 -
YUV 136.51 175.68 116.94 -
System Red Green Blue C M Y K H S L
Decimal 121 128 221 0.45 0.42 0 0.13 235.8 0.6 0.67
Hex 79 80 DD 2D 2A 0 D EC 3C 43
Octal 171 200 335 55 52 0 15 354 74 103
Binary 1111001 10000000 11011101 101101 101010 0 1101 11101100 111100 1000011

Color Harmonies of #7980DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7980DD

Black with #7980DD

Text Example


Text Example

White with #7980DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7980DD; }

 p { color: rgb(121,128,221); }

 H1.HeaderClassName
 {
   color: #7980DD;
 }
 .AnyTagClassName
 {
   color: #7980DD;
 }
</style>

background-color css

<style>
 a { background-color: #7980DD; }

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

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

border-color css

<style>
 span { border-color: #7980DD; }

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

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