Shades of Portage #798FD0
Tints of Portage #798FD0
RGB
CMYK
RGB Variations
Color information
#798FD0 (or 0x798FD0) is known color: Portage. HEX triplet: 79, 8F and D0. RGB value is (121,143,208). Sum of RGB (Red+Green+Blue) = 121+143+208=472 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.64% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #798FD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798FD0 is #86702F. Grayscale: #8F8F8F. Windows color (decimal): -8810544 or 13668217. OLE color: 13668217.
HSL color Cylindrical-coordinate representation of color #798FD0: hue angle of 224.83º 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 #798FD0 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 143 | 208 | - |
| CMYK | 0.42 | 0.31 | 0 | 0.18 |
| HSL | 224.83º | 0.48% | 0.65% | - |
| HSV(B) | 224.83º | 0.42% | 0.82% | - |
| XYZ | 29.09 | 28.26 | 63.6 | - |
| YUV | 143.83 | 164.21 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 143 | 208 | 0.42 | 0.31 | 0 | 0.18 | 224.83 | 0.48 | 0.65 |
| Hex | 79 | 8F | D0 | 2A | 1F | 0 | 12 | E1 | 30 | 41 |
| Octal | 171 | 217 | 320 | 52 | 37 | 0 | 22 | 341 | 60 | 101 |
| Binary | 1111001 | 10001111 | 11010000 | 101010 | 11111 | 0 | 10010 | 11100001 | 110000 | 1000001 |
Color Harmonies of #798FD0
Complementary color
Monochromatic Colors of #798FD0
Black with #798FD0
Text Example
Text Example
White with #798FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798FD0; }
p { color: rgb(121,143,208); }
H1.HeaderClassName
{
color: #798FD0;
}
.AnyTagClassName
{
color: #798FD0;
}
</style>
background-color css
<style>
a { background-color: #798FD0; }
a { background-color: rgb(121,143,208); }
div.DivClassName
{
background-color: #798FD0;
}
.BgClassName
{
background-color: #798FD0;
}
</style>
border-color css
<style>
span { border-color: #798FD0; }
span { border-color: rgb(121,143,208); }
td.TdClassName
{
border-color: #798FD0;
}
.TagClassName
{
border-color: #798FD0;
}
</style>