#798BD7

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

Shades of Portage #798BD7

Tints of Portage #798BD7

Color information

#798BD7 (or 0x798BD7) is unknown color: approx Portage. HEX triplet: 79, 8B and D7. RGB value is (121,139,215). Sum of RGB (Red+Green+Blue) = 121+139+215=475 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.47% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #798BD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798BD7 is #867428. Grayscale: #8D8D8D. Windows color (decimal): -8811561 or 14125945. OLE color: 14125945.

HSL color Cylindrical-coordinate representation of color #798BD7: hue angle of 228.51º 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 #798BD7 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB121139215-
CMYK0.440.3500.16
HSL228.51º54.02%65.88%-
HSV(B)228.51º43.72%84.31%-
XYZ29.3827.4468.04-
YUV142.28169.04112.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.47%
GREEN value IS 139 (54.69% from 255) = 29.26%
BLUE value IS 215 (84.38% from 255) = 45.26%
R=25.47%
G=29.26%
B=45.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1211392150.440.3500.16228.5154.0265.88
Hex798BD72C23010e53642
Octal171213327544302034566102
Binary11110011000101111010111101100100011010000111001011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798BD7; }

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

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

<style>
 a { background-color: #798BD7; }

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

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

<style>
 span { border-color: #798BD7; }

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

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