#7984DA

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

Shades of Portage #7984DA

Tints of Portage #7984DA

Color information

#7984DA (or 0x7984DA) is unknown color: approx Portage. HEX triplet: 79, 84 and DA. RGB value is (121,132,218). Sum of RGB (Red+Green+Blue) = 121+132+218=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #7984DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7984DA is #867B25. Grayscale: #8A8A8A. Windows color (decimal): -8813350 or 14320761. OLE color: 14320761.

HSL color Cylindrical-coordinate representation of color #7984DA: hue angle of 233.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7984DA is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB121132218-
CMYK0.440.3900.15
HSL233.2º56.73%66.47%-
HSV(B)233.2º44.5%85.49%-
XYZ28.7925.6369.76-
YUV138.51172.86115.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.69%
GREEN value IS 132 (51.95% from 255) = 28.03%
BLUE value IS 218 (85.55% from 255) = 46.28%
R=25.69%
G=28.03%
B=46.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1211322180.440.3900.15233.256.7366.47
Hex7984DA2C270Fe93942
Octal171204332544701735171102
Binary1111001100001001101101010110010011101111111010011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7984DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7984DA; }

 p { color: rgb(121,132,218); }

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

<style>
 a { background-color: #7984DA; }

 a { background-color: rgb(121,132,218); }

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

<style>
 span { border-color: #7984DA; }

 span { border-color: rgb(121,132,218); }

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