Shades of Portage #798DE1
Tints of Portage #798DE1
RGB
CMYK
RGB Variations
Color information
#798DE1 (or 0x798DE1) is known color: Portage. HEX triplet: 79, 8D and E1. RGB value is (121,141,225). Sum of RGB (Red+Green+Blue) = 121+141+225=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 225 - color contains mainly: blue. Hex color #798DE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798DE1 is #86721E. Grayscale: #909090. Windows color (decimal): -8811039 or 14781817. OLE color: 14781817.
HSL color Cylindrical-coordinate representation of color #798DE1: hue angle of 228.46º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #798DE1 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 121 | 141 | 225 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.12 |
| HSL | 228.46º | 0.63% | 0.68% | - |
| HSV(B) | 228.46º | 0.46% | 0.88% | - |
| XYZ | 31 | 28.55 | 75.11 | - |
| YUV | 144.6 | 173.37 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 141 | 225 | 0.46 | 0.37 | 0 | 0.12 | 228.46 | 0.63 | 0.68 |
| Hex | 79 | 8D | E1 | 2E | 25 | 0 | C | E4 | 3F | 44 |
| Octal | 171 | 215 | 341 | 56 | 45 | 0 | 14 | 344 | 77 | 104 |
| Binary | 1111001 | 10001101 | 11100001 | 101110 | 100101 | 0 | 1100 | 11100100 | 111111 | 1000100 |
Color Harmonies of #798DE1
Complementary color
Monochromatic Colors of #798DE1
Black with #798DE1
Text Example
Text Example
White with #798DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798DE1; }
p { color: rgb(121,141,225); }
H1.HeaderClassName
{
color: #798DE1;
}
.AnyTagClassName
{
color: #798DE1;
}
</style>
background-color css
<style>
a { background-color: #798DE1; }
a { background-color: rgb(121,141,225); }
div.DivClassName
{
background-color: #798DE1;
}
.BgClassName
{
background-color: #798DE1;
}
</style>
border-color css
<style>
span { border-color: #798DE1; }
span { border-color: rgb(121,141,225); }
td.TdClassName
{
border-color: #798DE1;
}
.TagClassName
{
border-color: #798DE1;
}
</style>