Shades of Portage #798CD0
Tints of Portage #798CD0
RGB
CMYK
RGB Variations
Color information
#798CD0 (or 0x798CD0) is known color: Portage. HEX triplet: 79, 8C and D0. RGB value is (121,140,208). Sum of RGB (Red+Green+Blue) = 121+140+208=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #798CD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798CD0 is #86732F. Grayscale: #8D8D8D. Windows color (decimal): -8811312 or 13667449. OLE color: 13667449.
HSL color Cylindrical-coordinate representation of color #798CD0: hue angle of 226.9º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #798CD0 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 140 | 208 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.18 |
| HSL | 226.9º | 0.48% | 0.65% | - |
| HSV(B) | 226.9º | 0.42% | 0.82% | - |
| XYZ | 28.65 | 27.38 | 63.45 | - |
| YUV | 142.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 208 | 0.42 | 0.33 | 0 | 0.18 | 226.9 | 0.48 | 0.65 |
| Hex | 79 | 8C | D0 | 2A | 21 | 0 | 12 | E3 | 30 | 41 |
| Octal | 171 | 214 | 320 | 52 | 41 | 0 | 22 | 343 | 60 | 101 |
| Binary | 1111001 | 10001100 | 11010000 | 101010 | 100001 | 0 | 10010 | 11100011 | 110000 | 1000001 |
Color Harmonies of #798CD0
Complementary color
Monochromatic Colors of #798CD0
Black with #798CD0
Text Example
Text Example
White with #798CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798CD0; }
p { color: rgb(121,140,208); }
H1.HeaderClassName
{
color: #798CD0;
}
.AnyTagClassName
{
color: #798CD0;
}
</style>
background-color css
<style>
a { background-color: #798CD0; }
a { background-color: rgb(121,140,208); }
div.DivClassName
{
background-color: #798CD0;
}
.BgClassName
{
background-color: #798CD0;
}
</style>
border-color css
<style>
span { border-color: #798CD0; }
span { border-color: rgb(121,140,208); }
td.TdClassName
{
border-color: #798CD0;
}
.TagClassName
{
border-color: #798CD0;
}
</style>