Shades of Portage #798ADB
Tints of Portage #798ADB
RGB
CMYK
RGB Variations
Color information
#798ADB (or 0x798ADB) is known color: Portage. HEX triplet: 79, 8A and DB. RGB value is (121,138,219). Sum of RGB (Red+Green+Blue) = 121+138+219=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #798ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798ADB is #867524. Grayscale: #8D8D8D. Windows color (decimal): -8811813 or 14387833. OLE color: 14387833.
HSL color Cylindrical-coordinate representation of color #798ADB: hue angle of 229.59º 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 #798ADB is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 138 | 219 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.14 |
| HSL | 229.59º | 0.58% | 0.67% | - |
| HSV(B) | 229.59º | 0.45% | 0.86% | - |
| XYZ | 29.76 | 27.36 | 70.73 | - |
| YUV | 142.15 | 171.37 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 138 | 219 | 0.45 | 0.37 | 0 | 0.14 | 229.59 | 0.58 | 0.67 |
| Hex | 79 | 8A | DB | 2D | 25 | 0 | E | E6 | 3A | 43 |
| Octal | 171 | 212 | 333 | 55 | 45 | 0 | 16 | 346 | 72 | 103 |
| Binary | 1111001 | 10001010 | 11011011 | 101101 | 100101 | 0 | 1110 | 11100110 | 111010 | 1000011 |
Color Harmonies of #798ADB
Complementary color
Monochromatic Colors of #798ADB
Black with #798ADB
Text Example
Text Example
White with #798ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798ADB; }
p { color: rgb(121,138,219); }
H1.HeaderClassName
{
color: #798ADB;
}
.AnyTagClassName
{
color: #798ADB;
}
</style>
background-color css
<style>
a { background-color: #798ADB; }
a { background-color: rgb(121,138,219); }
div.DivClassName
{
background-color: #798ADB;
}
.BgClassName
{
background-color: #798ADB;
}
</style>
border-color css
<style>
span { border-color: #798ADB; }
span { border-color: rgb(121,138,219); }
td.TdClassName
{
border-color: #798ADB;
}
.TagClassName
{
border-color: #798ADB;
}
</style>