#798cde

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

Shades of Portage #798CDE

Tints of Portage #798CDE

Color information

#798CDE (or 0x798CDE) is unknown color: approx Portage. HEX triplet: 79, 8C and DE. RGB value is (121,140,222). Sum of RGB (Red+Green+Blue) = 121+140+222=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #798CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798CDE is #867321. Grayscale: #8F8F8F. Windows color (decimal): -8811298 or 14584953. OLE color: 14584953.

HSL color Cylindrical-coordinate representation of color #798CDE: hue angle of 228.71º 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 #798CDE is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121140222-
CMYK0.450.3700.13
HSL228.71º60.48%67.25%-
HSV(B)228.71º45.5%87.06%-
XYZ30.4528.172.93-
YUV143.67172.21111.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 25.05%
GREEN value IS 140 (55.08% from 255) = 28.99%
BLUE value IS 222 (87.11% from 255) = 45.96%
R=25.05%
G=28.99%
B=45.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211402220.450.3700.13228.7160.4867.25
Hex798CDE2D250De53c43
Octal171214336554501534574103
Binary1111001100011001101111010110110010101101111001011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798cde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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