Shades of Portage #798ADA
Tints of Portage #798ADA
RGB
CMYK
RGB Variations
Color information
#798ADA (or 0x798ADA) is known color: Portage. HEX triplet: 79, 8A and DA. RGB value is (121,138,218). Sum of RGB (Red+Green+Blue) = 121+138+218=477 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.37% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #798ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798ADA is #867525. Grayscale: #8D8D8D. Windows color (decimal): -8811814 or 14322297. OLE color: 14322297.
HSL color Cylindrical-coordinate representation of color #798ADA: hue angle of 229.48º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #798ADA is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 138 | 218 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.15 |
| HSL | 229.48º | 0.57% | 0.66% | - |
| HSV(B) | 229.48º | 0.44% | 0.85% | - |
| XYZ | 29.63 | 27.3 | 70.04 | - |
| YUV | 142.04 | 170.87 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 138 | 218 | 0.44 | 0.37 | 0 | 0.15 | 229.48 | 0.57 | 0.66 |
| Hex | 79 | 8A | DA | 2C | 25 | 0 | F | E5 | 39 | 42 |
| Octal | 171 | 212 | 332 | 54 | 45 | 0 | 17 | 345 | 71 | 102 |
| Binary | 1111001 | 10001010 | 11011010 | 101100 | 100101 | 0 | 1111 | 11100101 | 111001 | 1000010 |
Color Harmonies of #798ADA
Complementary color
Monochromatic Colors of #798ADA
Black with #798ADA
Text Example
Text Example
White with #798ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798ADA; }
p { color: rgb(121,138,218); }
H1.HeaderClassName
{
color: #798ADA;
}
.AnyTagClassName
{
color: #798ADA;
}
</style>
background-color css
<style>
a { background-color: #798ADA; }
a { background-color: rgb(121,138,218); }
div.DivClassName
{
background-color: #798ADA;
}
.BgClassName
{
background-color: #798ADA;
}
</style>
border-color css
<style>
span { border-color: #798ADA; }
span { border-color: rgb(121,138,218); }
td.TdClassName
{
border-color: #798ADA;
}
.TagClassName
{
border-color: #798ADA;
}
</style>