#798DD5

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

Shades of Portage #798DD5

Tints of Portage #798DD5

Color information

#798DD5 (or 0x798DD5) is unknown color: approx Portage. HEX triplet: 79, 8D and D5. RGB value is (121,141,213). Sum of RGB (Red+Green+Blue) = 121+141+213=475 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.47% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 213 - color contains mainly: blue. Hex color #798DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798DD5 is #86722A. Grayscale: #8E8E8E. Windows color (decimal): -8811051 or 13995385. OLE color: 13995385.

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

Color convert

RGB121141213-
CMYK0.430.3400.16
HSL226.96º52.27%65.49%-
HSV(B)226.96º43.19%83.53%-
XYZ29.4227.9266.79-
YUV143.23167.37112.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.47%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 213 (83.59% from 255) = 44.84%
R=25.47%
G=29.68%
B=44.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1211412130.430.3400.16226.9652.2765.49
Hex798DD52B22010e33441
Octal171215325534202034364101
Binary11110011000110111010101101011100010010000111000111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,141,213); }

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

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

 a { background-color: rgb(121,141,213); }

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

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

 span { border-color: rgb(121,141,213); }

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