Shades of Portage #798BE4
Tints of Portage #798BE4
RGB
CMYK
RGB Variations
Color information
#798BE4 (or 0x798BE4) is known color: Portage. HEX triplet: 79, 8B and E4. RGB value is (121,139,228). Sum of RGB (Red+Green+Blue) = 121+139+228=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 228 (89.45% from 255 or 46.72% from 488); Max value from RGB is 228 - color contains mainly: blue. Hex color #798BE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798BE4 is #86741B. Grayscale: #8F8F8F. Windows color (decimal): -8811548 or 14977913. OLE color: 14977913.
HSL color Cylindrical-coordinate representation of color #798BE4: hue angle of 229.91º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #798BE4 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 121 | 139 | 228 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.11 |
| HSL | 229.91º | 0.66% | 0.68% | - |
| HSV(B) | 229.91º | 0.47% | 0.89% | - |
| XYZ | 31.12 | 28.13 | 77.19 | - |
| YUV | 143.76 | 175.54 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 139 | 228 | 0.47 | 0.39 | 0 | 0.11 | 229.91 | 0.66 | 0.68 |
| Hex | 79 | 8B | E4 | 2F | 27 | 0 | B | E6 | 42 | 44 |
| Octal | 171 | 213 | 344 | 57 | 47 | 0 | 13 | 346 | 102 | 104 |
| Binary | 1111001 | 10001011 | 11100100 | 101111 | 100111 | 0 | 1011 | 11100110 | 1000010 | 1000100 |
Color Harmonies of #798BE4
Complementary color
Monochromatic Colors of #798BE4
Black with #798BE4
Text Example
Text Example
White with #798BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798BE4; }
p { color: rgb(121,139,228); }
H1.HeaderClassName
{
color: #798BE4;
}
.AnyTagClassName
{
color: #798BE4;
}
</style>
background-color css
<style>
a { background-color: #798BE4; }
a { background-color: rgb(121,139,228); }
div.DivClassName
{
background-color: #798BE4;
}
.BgClassName
{
background-color: #798BE4;
}
</style>
border-color css
<style>
span { border-color: #798BE4; }
span { border-color: rgb(121,139,228); }
td.TdClassName
{
border-color: #798BE4;
}
.TagClassName
{
border-color: #798BE4;
}
</style>