#798BD6

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

Shades of Portage #798BD6

Tints of Portage #798BD6

Color information

#798BD6 (or 0x798BD6) is unknown color: approx Portage. HEX triplet: 79, 8B and D6. RGB value is (121,139,214). Sum of RGB (Red+Green+Blue) = 121+139+214=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #798BD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798BD6 is #867429. Grayscale: #8D8D8D. Windows color (decimal): -8811562 or 14060409. OLE color: 14060409.

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

Color convert

RGB121139214-
CMYK0.430.3500.16
HSL228.39º53.14%65.69%-
HSV(B)228.39º43.46%83.92%-
XYZ29.2627.3967.36-
YUV142.17168.54112.9-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.53%
GREEN value IS 139 (54.69% from 255) = 29.32%
BLUE value IS 214 (83.98% from 255) = 45.15%
R=25.53%
G=29.32%
B=45.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1211392140.430.3500.16228.3953.1465.69
Hex798BD62B23010e43542
Octal171213326534302034465102
Binary11110011000101111010110101011100011010000111001001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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