#7984D7

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

Shades of Portage #7984D7

Tints of Portage #7984D7

Color information

#7984D7 (or 0x7984D7) is unknown color: approx Portage. HEX triplet: 79, 84 and D7. RGB value is (121,132,215). Sum of RGB (Red+Green+Blue) = 121+132+215=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #7984D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7984D7 is #867B28. Grayscale: #898989. Windows color (decimal): -8813353 or 14124153. OLE color: 14124153.

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

Color convert

RGB121132215-
CMYK0.440.3900.16
HSL232.98º54.02%65.88%-
HSV(B)232.98º43.72%84.31%-
XYZ28.425.4767.71-
YUV138.17171.36115.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.85%
GREEN value IS 132 (51.95% from 255) = 28.21%
BLUE value IS 215 (84.38% from 255) = 45.94%
R=25.85%
G=28.21%
B=45.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1211322150.440.3900.16232.9854.0265.88
Hex7984D72C27010e93642
Octal171204327544702035166102
Binary11110011000010011010111101100100111010000111010011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7984D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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