Shades of Portage #798BDE
Tints of Portage #798BDE
RGB
CMYK
RGB Variations
Color information
#798BDE (or 0x798BDE) is known color: Portage. HEX triplet: 79, 8B and DE. RGB value is (121,139,222). Sum of RGB (Red+Green+Blue) = 121+139+222=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #798BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798BDE is #867421. Grayscale: #8E8E8E. Windows color (decimal): -8811554 or 14584697. OLE color: 14584697.
HSL color Cylindrical-coordinate representation of color #798BDE: hue angle of 229.31º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #798BDE is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 139 | 222 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.13 |
| HSL | 229.31º | 0.6% | 0.67% | - |
| HSV(B) | 229.31º | 0.45% | 0.87% | - |
| XYZ | 30.3 | 27.8 | 72.88 | - |
| YUV | 143.08 | 172.54 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 139 | 222 | 0.45 | 0.37 | 0 | 0.13 | 229.31 | 0.6 | 0.67 |
| Hex | 79 | 8B | DE | 2D | 25 | 0 | D | E5 | 3C | 43 |
| Octal | 171 | 213 | 336 | 55 | 45 | 0 | 15 | 345 | 74 | 103 |
| Binary | 1111001 | 10001011 | 11011110 | 101101 | 100101 | 0 | 1101 | 11100101 | 111100 | 1000011 |
Color Harmonies of #798BDE
Complementary color
Monochromatic Colors of #798BDE
Black with #798BDE
Text Example
Text Example
White with #798BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798BDE; }
p { color: rgb(121,139,222); }
H1.HeaderClassName
{
color: #798BDE;
}
.AnyTagClassName
{
color: #798BDE;
}
</style>
background-color css
<style>
a { background-color: #798BDE; }
a { background-color: rgb(121,139,222); }
div.DivClassName
{
background-color: #798BDE;
}
.BgClassName
{
background-color: #798BDE;
}
</style>
border-color css
<style>
span { border-color: #798BDE; }
span { border-color: rgb(121,139,222); }
td.TdClassName
{
border-color: #798BDE;
}
.TagClassName
{
border-color: #798BDE;
}
</style>