Shades of Portage #798EDB
Tints of Portage #798EDB
RGB
CMYK
RGB Variations
Color information
#798EDB (or 0x798EDB) is known color: Portage. HEX triplet: 79, 8E and DB. RGB value is (121,142,219). Sum of RGB (Red+Green+Blue) = 121+142+219=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #798EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798EDB is #867124. Grayscale: #909090. Windows color (decimal): -8810789 or 14388857. OLE color: 14388857.
HSL color Cylindrical-coordinate representation of color #798EDB: hue angle of 227.14º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #798EDB is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 142 | 219 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.14 |
| HSL | 227.14º | 0.58% | 0.67% | - |
| HSV(B) | 227.14º | 0.45% | 0.86% | - |
| XYZ | 30.34 | 28.53 | 70.92 | - |
| YUV | 144.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 142 | 219 | 0.45 | 0.35 | 0 | 0.14 | 227.14 | 0.58 | 0.67 |
| Hex | 79 | 8E | DB | 2D | 23 | 0 | E | E3 | 3A | 43 |
| Octal | 171 | 216 | 333 | 55 | 43 | 0 | 16 | 343 | 72 | 103 |
| Binary | 1111001 | 10001110 | 11011011 | 101101 | 100011 | 0 | 1110 | 11100011 | 111010 | 1000011 |
Color Harmonies of #798EDB
Complementary color
Monochromatic Colors of #798EDB
Black with #798EDB
Text Example
Text Example
White with #798EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798EDB; }
p { color: rgb(121,142,219); }
H1.HeaderClassName
{
color: #798EDB;
}
.AnyTagClassName
{
color: #798EDB;
}
</style>
background-color css
<style>
a { background-color: #798EDB; }
a { background-color: rgb(121,142,219); }
div.DivClassName
{
background-color: #798EDB;
}
.BgClassName
{
background-color: #798EDB;
}
</style>
border-color css
<style>
span { border-color: #798EDB; }
span { border-color: rgb(121,142,219); }
td.TdClassName
{
border-color: #798EDB;
}
.TagClassName
{
border-color: #798EDB;
}
</style>