Shades of Portage #798BD7
Tints of Portage #798BD7
RGB
CMYK
RGB Variations
Color information
#798BD7 (or 0x798BD7) is known color: Portage. HEX triplet: 79, 8B and D7. RGB value is (121,139,215). Sum of RGB (Red+Green+Blue) = 121+139+215=475 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.47% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 215 - color contains mainly: blue. Hex color #798BD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798BD7 is #867428. Grayscale: #8D8D8D. Windows color (decimal): -8811561 or 14125945. OLE color: 14125945.
HSL color Cylindrical-coordinate representation of color #798BD7: hue angle of 228.51º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #798BD7 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 139 | 215 | - |
| CMYK | 0.44 | 0.35 | 0 | 0.16 |
| HSL | 228.51º | 0.54% | 0.66% | - |
| HSV(B) | 228.51º | 0.44% | 0.84% | - |
| XYZ | 29.38 | 27.44 | 68.04 | - |
| YUV | 142.28 | 169.04 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 139 | 215 | 0.44 | 0.35 | 0 | 0.16 | 228.51 | 0.54 | 0.66 |
| Hex | 79 | 8B | D7 | 2C | 23 | 0 | 10 | E5 | 36 | 42 |
| Octal | 171 | 213 | 327 | 54 | 43 | 0 | 20 | 345 | 66 | 102 |
| Binary | 1111001 | 10001011 | 11010111 | 101100 | 100011 | 0 | 10000 | 11100101 | 110110 | 1000010 |
Color Harmonies of #798BD7
Complementary color
Monochromatic Colors of #798BD7
Black with #798BD7
Text Example
Text Example
White with #798BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798BD7; }
p { color: rgb(121,139,215); }
H1.HeaderClassName
{
color: #798BD7;
}
.AnyTagClassName
{
color: #798BD7;
}
</style>
background-color css
<style>
a { background-color: #798BD7; }
a { background-color: rgb(121,139,215); }
div.DivClassName
{
background-color: #798BD7;
}
.BgClassName
{
background-color: #798BD7;
}
</style>
border-color css
<style>
span { border-color: #798BD7; }
span { border-color: rgb(121,139,215); }
td.TdClassName
{
border-color: #798BD7;
}
.TagClassName
{
border-color: #798BD7;
}
</style>