Shades of Portage #798FD7
Tints of Portage #798FD7
RGB
CMYK
RGB Variations
Color information
#798FD7 (or 0x798FD7) is known color: Portage. HEX triplet: 79, 8F and D7. RGB value is (121,143,215). Sum of RGB (Red+Green+Blue) = 121+143+215=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #798FD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798FD7 is #867028. Grayscale: #909090. Windows color (decimal): -8810537 or 14126969. OLE color: 14126969.
HSL color Cylindrical-coordinate representation of color #798FD7: hue angle of 225.96º 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 #798FD7 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 121 | 143 | 215 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.16 |
| HSL | 225.96º | 0.54% | 0.66% | - |
| HSV(B) | 225.96º | 0.44% | 0.84% | - |
| XYZ | 29.97 | 28.62 | 68.23 | - |
| YUV | 144.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 143 | 215 | 0.44 | 0.33 | 0 | 0.16 | 225.96 | 0.54 | 0.66 |
| Hex | 79 | 8F | D7 | 2C | 21 | 0 | 10 | E2 | 36 | 42 |
| Octal | 171 | 217 | 327 | 54 | 41 | 0 | 20 | 342 | 66 | 102 |
| Binary | 1111001 | 10001111 | 11010111 | 101100 | 100001 | 0 | 10000 | 11100010 | 110110 | 1000010 |
Color Harmonies of #798FD7
Complementary color
Monochromatic Colors of #798FD7
Black with #798FD7
Text Example
Text Example
White with #798FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798FD7; }
p { color: rgb(121,143,215); }
H1.HeaderClassName
{
color: #798FD7;
}
.AnyTagClassName
{
color: #798FD7;
}
</style>
background-color css
<style>
a { background-color: #798FD7; }
a { background-color: rgb(121,143,215); }
div.DivClassName
{
background-color: #798FD7;
}
.BgClassName
{
background-color: #798FD7;
}
</style>
border-color css
<style>
span { border-color: #798FD7; }
span { border-color: rgb(121,143,215); }
td.TdClassName
{
border-color: #798FD7;
}
.TagClassName
{
border-color: #798FD7;
}
</style>