#798ae2

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

Shades of Portage #798AE2

Tints of Portage #798AE2

Color information

#798AE2 (or 0x798AE2) is unknown color: approx Portage. HEX triplet: 79, 8A and E2. RGB value is (121,138,226). Sum of RGB (Red+Green+Blue) = 121+138+226=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 226 (88.67% from 255 or 46.60% from 485); Max value from RGB is 226 - color contains mainly: blue. Hex color #798AE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798AE2 is #86751D. Grayscale: #8E8E8E. Windows color (decimal): -8811806 or 14846585. OLE color: 14846585.

HSL color Cylindrical-coordinate representation of color #798AE2: hue angle of 230.29º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #798AE2 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB121138226-
CMYK0.460.3900.11
HSL230.29º64.42%68.04%-
HSV(B)230.29º46.46%88.63%-
XYZ30.727.7375.69-
YUV142.95174.87112.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.95%
GREEN value IS 138 (54.30% from 255) = 28.45%
BLUE value IS 226 (88.67% from 255) = 46.60%
R=24.95%
G=28.45%
B=46.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1211382260.460.3900.11230.2964.4268.04
Hex798AE22E270Be64044
Octal1712123425647013346100104
Binary11110011000101011100010101110100111010111110011010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798ae2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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