#7980DF

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

Shades of Portage #7980DF

Tints of Portage #7980DF

Color information

#7980DF (or 0x7980DF) is unknown color: approx Portage. HEX triplet: 79, 80 and DF. RGB value is (121,128,223). Sum of RGB (Red+Green+Blue) = 121+128+223=472 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.64% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #7980DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7980DF is #867F20. Grayscale: #888888. Windows color (decimal): -8814369 or 14647417. OLE color: 14647417.

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

Color convert

RGB121128223-
CMYK0.460.4300.13
HSL235.88º61.45%67.45%-
HSV(B)235.88º45.74%87.45%-
XYZ28.9224.8373.08-
YUV136.74176.68116.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.64%
GREEN value IS 128 (50.39% from 255) = 27.12%
BLUE value IS 223 (87.5% from 255) = 47.25%
R=25.64%
G=27.12%
B=47.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211282230.460.4300.13235.8861.4567.45
Hex7980DF2E2B0Dec3d43
Octal171200337565301535475103
Binary1111001100000001101111110111010101101101111011001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7980DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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