#798AD6

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

Shades of Portage #798AD6

Tints of Portage #798AD6

Color information

#798AD6 (or 0x798AD6) is unknown color: approx Portage. HEX triplet: 79, 8A and D6. RGB value is (121,138,214). Sum of RGB (Red+Green+Blue) = 121+138+214=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #798AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798AD6 is #867529. Grayscale: #8D8D8D. Windows color (decimal): -8811818 or 14060153. OLE color: 14060153.

HSL color Cylindrical-coordinate representation of color #798AD6: hue angle of 229.03º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #798AD6 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB121138214-
CMYK0.430.3600.16
HSL229.03º53.14%65.69%-
HSV(B)229.03º43.46%83.92%-
XYZ29.1127.167.31-
YUV141.58168.87113.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.58%
GREEN value IS 138 (54.30% from 255) = 29.18%
BLUE value IS 214 (83.98% from 255) = 45.24%
R=25.58%
G=29.18%
B=45.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1211382140.430.3600.16229.0353.1465.69
Hex798AD62B24010e53542
Octal171212326534402034565102
Binary11110011000101011010110101011100100010000111001011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,138,214); }

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

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

 a { background-color: rgb(121,138,214); }

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

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

 span { border-color: rgb(121,138,214); }

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