Html Css Color HEX #7980CB Moody Blue

📋 copy color: '#7980CB'

red 121 ◦ green 128 ◦ blue 203

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

Shades of Moody Blue #7980CB

Tints of Moody Blue #7980CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.91%

R = 26.77%
G = 28.32%
B = 44.91%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7980CB (or 0x7980CB) is known color: Moody Blue. HEX triplet: 79, 80 and CB. RGB value is (121,128,203). Sum of RGB (Red+Green+Blue) = 121+128+203=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #7980CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7980CB is #867F34. Grayscale: #868686. Windows color (decimal): -8814389 or 13336697. OLE color: 13336697.

HSL color Cylindrical-coordinate representation of color #7980CB: hue angle of 234.88º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7980CB is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 128 203 -
CMYK 0.40 0.37 0 0.20
HSL 234.88º 0.44% 0.64% -
HSV(B) 234.88º 0.4% 0.8% -
XYZ 26.38 23.82 59.71 -
YUV 134.46 166.68 118.4 -
System Red Green Blue C M Y K H S L
Decimal 121 128 203 0.40 0.37 0 0.20 234.88 0.44 0.64
Hex 79 80 CB 28 25 0 14 EB 2C 40
Octal 171 200 313 50 45 0 24 353 54 100
Binary 1111001 10000000 11001011 101000 100101 0 10100 11101011 101100 1000000

Color Harmonies of #7980CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7980CB

Black with #7980CB

Text Example


Text Example

White with #7980CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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