Html Css Color HEX #7980CC Moody Blue

📋 copy color: '#7980CC'

red 121 ◦ green 128 ◦ blue 204

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

Shades of Moody Blue #7980CC

Tints of Moody Blue #7980CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 26.71%
G = 28.26%
B = 45.03%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7980CC (or 0x7980CC) is known color: Moody Blue. HEX triplet: 79, 80 and CC. RGB value is (121,128,204). Sum of RGB (Red+Green+Blue) = 121+128+204=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #7980CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7980CC is #867F33. Grayscale: #868686. Windows color (decimal): -8814388 or 13402233. OLE color: 13402233.

HSL color Cylindrical-coordinate representation of color #7980CC: hue angle of 234.94º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7980CC is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 128 204 -
CMYK 0.41 0.37 0 0.2
HSL 234.94º 0.45% 0.64% -
HSV(B) 234.94º 0.41% 0.8% -
XYZ 26.5 23.86 60.34 -
YUV 134.57 167.18 118.32 -
System Red Green Blue C M Y K H S L
Decimal 121 128 204 0.41 0.37 0 0.2 234.94 0.45 0.64
Hex 79 80 CC 29 25 0 14 EB 2D 40
Octal 171 200 314 51 45 0 24 353 55 100
Binary 1111001 10000000 11001100 101001 100101 0 10100 11101011 101101 1000000

Color Harmonies of #7980CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7980CC

Black with #7980CC

Text Example


Text Example

White with #7980CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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