Shades of Portage #798BDB
Tints of Portage #798BDB
RGB
CMYK
RGB Variations
Color information
#798BDB (or 0x798BDB) is known color: Portage. HEX triplet: 79, 8B and DB. RGB value is (121,139,219). Sum of RGB (Red+Green+Blue) = 121+139+219=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #798BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798BDB is #867424. Grayscale: #8E8E8E. Windows color (decimal): -8811557 or 14388089. OLE color: 14388089.
HSL color Cylindrical-coordinate representation of color #798BDB: hue angle of 228.98º 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 #798BDB is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 139 | 219 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.14 |
| HSL | 228.98º | 0.58% | 0.67% | - |
| HSV(B) | 228.98º | 0.45% | 0.86% | - |
| XYZ | 29.9 | 27.64 | 70.78 | - |
| YUV | 142.74 | 171.04 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 139 | 219 | 0.45 | 0.37 | 0 | 0.14 | 228.98 | 0.58 | 0.67 |
| Hex | 79 | 8B | DB | 2D | 25 | 0 | E | E5 | 3A | 43 |
| Octal | 171 | 213 | 333 | 55 | 45 | 0 | 16 | 345 | 72 | 103 |
| Binary | 1111001 | 10001011 | 11011011 | 101101 | 100101 | 0 | 1110 | 11100101 | 111010 | 1000011 |
Color Harmonies of #798BDB
Complementary color
Monochromatic Colors of #798BDB
Black with #798BDB
Text Example
Text Example
White with #798BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798BDB; }
p { color: rgb(121,139,219); }
H1.HeaderClassName
{
color: #798BDB;
}
.AnyTagClassName
{
color: #798BDB;
}
</style>
background-color css
<style>
a { background-color: #798BDB; }
a { background-color: rgb(121,139,219); }
div.DivClassName
{
background-color: #798BDB;
}
.BgClassName
{
background-color: #798BDB;
}
</style>
border-color css
<style>
span { border-color: #798BDB; }
span { border-color: rgb(121,139,219); }
td.TdClassName
{
border-color: #798BDB;
}
.TagClassName
{
border-color: #798BDB;
}
</style>