#798DDE

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

Shades of Portage #798DDE

Tints of Portage #798DDE

Color information

#798DDE (or 0x798DDE) is unknown color: approx Portage. HEX triplet: 79, 8D and DE. RGB value is (121,141,222). Sum of RGB (Red+Green+Blue) = 121+141+222=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #798DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798DDE is #867221. Grayscale: #8F8F8F. Windows color (decimal): -8811042 or 14585209. OLE color: 14585209.

HSL color Cylindrical-coordinate representation of color #798DDE: hue angle of 228.12º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #798DDE is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121141222-
CMYK0.450.3600.13
HSL228.12º60.48%67.25%-
HSV(B)228.12º45.5%87.06%-
XYZ30.5928.3972.97-
YUV144.25171.87111.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25%
GREEN value IS 141 (55.47% from 255) = 29.13%
BLUE value IS 222 (87.11% from 255) = 45.87%
R=25%
G=29.13%
B=45.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211412220.450.3600.13228.1260.4867.25
Hex798DDE2D240De43c43
Octal171215336554401534474103
Binary1111001100011011101111010110110010001101111001001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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