#798BD8

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

Shades of Portage #798BD8

Tints of Portage #798BD8

Color information

#798BD8 (or 0x798BD8) is unknown color: approx Portage. HEX triplet: 79, 8B and D8. RGB value is (121,139,216). Sum of RGB (Red+Green+Blue) = 121+139+216=476 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.42% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 216 - color contains mainly: blue. Hex color #798BD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798BD8 is #867427. Grayscale: #8E8E8E. Windows color (decimal): -8811560 or 14191481. OLE color: 14191481.

HSL color Cylindrical-coordinate representation of color #798BD8: hue angle of 228.63º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #798BD8 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB121139216-
CMYK0.440.3600.15
HSL228.63º54.91%66.08%-
HSV(B)228.63º43.98%84.71%-
XYZ29.5127.4968.72-
YUV142.4169.54112.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.42%
GREEN value IS 139 (54.69% from 255) = 29.20%
BLUE value IS 216 (84.77% from 255) = 45.38%
R=25.42%
G=29.20%
B=45.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1211392160.440.3600.15228.6354.9166.08
Hex798BD82C240Fe53742
Octal171213330544401734567102
Binary1111001100010111101100010110010010001111111001011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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