Shades of Portage #798CD2
Tints of Portage #798CD2
RGB
CMYK
RGB Variations
Color information
#798CD2 (or 0x798CD2) is known color: Portage. HEX triplet: 79, 8C and D2. RGB value is (121,140,210). Sum of RGB (Red+Green+Blue) = 121+140+210=471 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.69% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 210 - color contains mainly: blue. Hex color #798CD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798CD2 is #86732D. Grayscale: #8E8E8E. Windows color (decimal): -8811310 or 13798521. OLE color: 13798521.
HSL color Cylindrical-coordinate representation of color #798CD2: hue angle of 227.19º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #798CD2 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 140 | 210 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.18 |
| HSL | 227.19º | 0.5% | 0.65% | - |
| HSV(B) | 227.19º | 0.42% | 0.82% | - |
| XYZ | 28.9 | 27.47 | 64.75 | - |
| YUV | 142.3 | 166.21 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 210 | 0.42 | 0.33 | 0 | 0.18 | 227.19 | 0.5 | 0.65 |
| Hex | 79 | 8C | D2 | 2A | 21 | 0 | 12 | E3 | 32 | 41 |
| Octal | 171 | 214 | 322 | 52 | 41 | 0 | 22 | 343 | 62 | 101 |
| Binary | 1111001 | 10001100 | 11010010 | 101010 | 100001 | 0 | 10010 | 11100011 | 110010 | 1000001 |
Color Harmonies of #798CD2
Complementary color
Monochromatic Colors of #798CD2
Black with #798CD2
Text Example
Text Example
White with #798CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798CD2; }
p { color: rgb(121,140,210); }
H1.HeaderClassName
{
color: #798CD2;
}
.AnyTagClassName
{
color: #798CD2;
}
</style>
background-color css
<style>
a { background-color: #798CD2; }
a { background-color: rgb(121,140,210); }
div.DivClassName
{
background-color: #798CD2;
}
.BgClassName
{
background-color: #798CD2;
}
</style>
border-color css
<style>
span { border-color: #798CD2; }
span { border-color: rgb(121,140,210); }
td.TdClassName
{
border-color: #798CD2;
}
.TagClassName
{
border-color: #798CD2;
}
</style>