Shades of Portage #798FDA
Tints of Portage #798FDA
RGB
CMYK
RGB Variations
Color information
#798FDA (or 0x798FDA) is known color: Portage. HEX triplet: 79, 8F and DA. RGB value is (121,143,218). Sum of RGB (Red+Green+Blue) = 121+143+218=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #798FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798FDA is #867025. Grayscale: #909090. Windows color (decimal): -8810534 or 14323577. OLE color: 14323577.
HSL color Cylindrical-coordinate representation of color #798FDA: hue angle of 226.39º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #798FDA is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 143 | 218 | - |
| CMYK | 0.44 | 0.34 | 0 | 0.15 |
| HSL | 226.39º | 0.57% | 0.66% | - |
| HSV(B) | 226.39º | 0.44% | 0.85% | - |
| XYZ | 30.36 | 28.77 | 70.28 | - |
| YUV | 144.97 | 169.21 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 143 | 218 | 0.44 | 0.34 | 0 | 0.15 | 226.39 | 0.57 | 0.66 |
| Hex | 79 | 8F | DA | 2C | 22 | 0 | F | E2 | 39 | 42 |
| Octal | 171 | 217 | 332 | 54 | 42 | 0 | 17 | 342 | 71 | 102 |
| Binary | 1111001 | 10001111 | 11011010 | 101100 | 100010 | 0 | 1111 | 11100010 | 111001 | 1000010 |
Color Harmonies of #798FDA
Complementary color
Monochromatic Colors of #798FDA
Black with #798FDA
Text Example
Text Example
White with #798FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798FDA; }
p { color: rgb(121,143,218); }
H1.HeaderClassName
{
color: #798FDA;
}
.AnyTagClassName
{
color: #798FDA;
}
</style>
background-color css
<style>
a { background-color: #798FDA; }
a { background-color: rgb(121,143,218); }
div.DivClassName
{
background-color: #798FDA;
}
.BgClassName
{
background-color: #798FDA;
}
</style>
border-color css
<style>
span { border-color: #798FDA; }
span { border-color: rgb(121,143,218); }
td.TdClassName
{
border-color: #798FDA;
}
.TagClassName
{
border-color: #798FDA;
}
</style>