Shades of Portage #798FE2
Tints of Portage #798FE2
RGB
CMYK
RGB Variations
Color information
#798FE2 (or 0x798FE2) is known color: Portage. HEX triplet: 79, 8F and E2. RGB value is (121,143,226). Sum of RGB (Red+Green+Blue) = 121+143+226=490 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.69% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 226 (88.67% from 255 or 46.12% from 490); Max value from RGB is 226 - color contains mainly: blue. Hex color #798FE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798FE2 is #86701D. Grayscale: #919191. Windows color (decimal): -8810526 or 14847865. OLE color: 14847865.
HSL color Cylindrical-coordinate representation of color #798FE2: hue angle of 227.43º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #798FE2 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 121 | 143 | 226 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.11 |
| HSL | 227.43º | 0.64% | 0.68% | - |
| HSV(B) | 227.43º | 0.46% | 0.89% | - |
| XYZ | 31.44 | 29.2 | 75.93 | - |
| YUV | 145.88 | 173.21 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 143 | 226 | 0.46 | 0.37 | 0 | 0.11 | 227.43 | 0.64 | 0.68 |
| Hex | 79 | 8F | E2 | 2E | 25 | 0 | B | E3 | 40 | 44 |
| Octal | 171 | 217 | 342 | 56 | 45 | 0 | 13 | 343 | 100 | 104 |
| Binary | 1111001 | 10001111 | 11100010 | 101110 | 100101 | 0 | 1011 | 11100011 | 1000000 | 1000100 |
Color Harmonies of #798FE2
Complementary color
Monochromatic Colors of #798FE2
Black with #798FE2
Text Example
Text Example
White with #798FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798FE2; }
p { color: rgb(121,143,226); }
H1.HeaderClassName
{
color: #798FE2;
}
.AnyTagClassName
{
color: #798FE2;
}
</style>
background-color css
<style>
a { background-color: #798FE2; }
a { background-color: rgb(121,143,226); }
div.DivClassName
{
background-color: #798FE2;
}
.BgClassName
{
background-color: #798FE2;
}
</style>
border-color css
<style>
span { border-color: #798FE2; }
span { border-color: rgb(121,143,226); }
td.TdClassName
{
border-color: #798FE2;
}
.TagClassName
{
border-color: #798FE2;
}
</style>