Shades of Portage #798CDD
Tints of Portage #798CDD
RGB
CMYK
RGB Variations
Color information
#798CDD (or 0x798CDD) is known color: Portage. HEX triplet: 79, 8C and DD. RGB value is (121,140,221). Sum of RGB (Red+Green+Blue) = 121+140+221=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #798CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798CDD is #867322. Grayscale: #8F8F8F. Windows color (decimal): -8811299 or 14519417. OLE color: 14519417.
HSL color Cylindrical-coordinate representation of color #798CDD: hue angle of 228.6º 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 #798CDD is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 140 | 221 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.13 |
| HSL | 228.6º | 0.6% | 0.67% | - |
| HSV(B) | 228.6º | 0.45% | 0.87% | - |
| XYZ | 30.31 | 28.04 | 72.22 | - |
| YUV | 143.55 | 171.71 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 221 | 0.45 | 0.37 | 0 | 0.13 | 228.6 | 0.6 | 0.67 |
| Hex | 79 | 8C | DD | 2D | 25 | 0 | D | E5 | 3C | 43 |
| Octal | 171 | 214 | 335 | 55 | 45 | 0 | 15 | 345 | 74 | 103 |
| Binary | 1111001 | 10001100 | 11011101 | 101101 | 100101 | 0 | 1101 | 11100101 | 111100 | 1000011 |
Color Harmonies of #798CDD
Complementary color
Monochromatic Colors of #798CDD
Black with #798CDD
Text Example
Text Example
White with #798CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798CDD; }
p { color: rgb(121,140,221); }
H1.HeaderClassName
{
color: #798CDD;
}
.AnyTagClassName
{
color: #798CDD;
}
</style>
background-color css
<style>
a { background-color: #798CDD; }
a { background-color: rgb(121,140,221); }
div.DivClassName
{
background-color: #798CDD;
}
.BgClassName
{
background-color: #798CDD;
}
</style>
border-color css
<style>
span { border-color: #798CDD; }
span { border-color: rgb(121,140,221); }
td.TdClassName
{
border-color: #798CDD;
}
.TagClassName
{
border-color: #798CDD;
}
</style>