#7980DB

Color #7980DB Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #7980DB

Tints of Moody Blue #7980DB

Color information

#7980DB (or 0x7980DB) is unknown color: approx Moody Blue. HEX triplet: 79, 80 and DB. RGB value is (121,128,219). Sum of RGB (Red+Green+Blue) = 121+128+219=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #7980DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7980DB is #867F24. Grayscale: #878787. Windows color (decimal): -8814373 or 14385273. OLE color: 14385273.

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

Color convert

RGB121128219-
CMYK0.450.4200.14
HSL235.71º57.65%66.67%-
HSV(B)235.71º44.75%85.88%-
XYZ28.3924.6270.27-
YUV136.28174.68117.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.85%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 219 (85.94% from 255) = 46.79%
R=25.85%
G=27.35%
B=46.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1211282190.450.4200.14235.7157.6566.67
Hex7980DB2D2A0Eec3a43
Octal171200333555201635472103
Binary1111001100000001101101110110110101001110111011001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7980DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7980DB;
 }
 .AnyTagClassName
 {
   color: #7980DB;
 }
</style>
background-color css

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

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

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

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

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

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