Shades of Portage #798BDC
Tints of Portage #798BDC
RGB
CMYK
RGB Variations
Color information
#798BDC (or 0x798BDC) is known color: Portage. HEX triplet: 79, 8B and DC. RGB value is (121,139,220). Sum of RGB (Red+Green+Blue) = 121+139+220=480 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.21% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #798BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798BDC is #867423. Grayscale: #8E8E8E. Windows color (decimal): -8811556 or 14453625. OLE color: 14453625.
HSL color Cylindrical-coordinate representation of color #798BDC: hue angle of 229.09º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #798BDC is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 139 | 220 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.14 |
| HSL | 229.09º | 0.59% | 0.67% | - |
| HSV(B) | 229.09º | 0.45% | 0.86% | - |
| XYZ | 30.04 | 27.7 | 71.47 | - |
| YUV | 142.85 | 171.54 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 139 | 220 | 0.45 | 0.37 | 0 | 0.14 | 229.09 | 0.59 | 0.67 |
| Hex | 79 | 8B | DC | 2D | 25 | 0 | E | E5 | 3B | 43 |
| Octal | 171 | 213 | 334 | 55 | 45 | 0 | 16 | 345 | 73 | 103 |
| Binary | 1111001 | 10001011 | 11011100 | 101101 | 100101 | 0 | 1110 | 11100101 | 111011 | 1000011 |
Color Harmonies of #798BDC
Complementary color
Monochromatic Colors of #798BDC
Black with #798BDC
Text Example
Text Example
White with #798BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798BDC; }
p { color: rgb(121,139,220); }
H1.HeaderClassName
{
color: #798BDC;
}
.AnyTagClassName
{
color: #798BDC;
}
</style>
background-color css
<style>
a { background-color: #798BDC; }
a { background-color: rgb(121,139,220); }
div.DivClassName
{
background-color: #798BDC;
}
.BgClassName
{
background-color: #798BDC;
}
</style>
border-color css
<style>
span { border-color: #798BDC; }
span { border-color: rgb(121,139,220); }
td.TdClassName
{
border-color: #798BDC;
}
.TagClassName
{
border-color: #798BDC;
}
</style>