Shades of Portage #798CDF
Tints of Portage #798CDF
RGB
CMYK
RGB Variations
Color information
#798CDF (or 0x798CDF) is known color: Portage. HEX triplet: 79, 8C and DF. RGB value is (121,140,223). Sum of RGB (Red+Green+Blue) = 121+140+223=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #798CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #798CDF is #867320. Grayscale: #8F8F8F. Windows color (decimal): -8811297 or 14650489. OLE color: 14650489.
HSL color Cylindrical-coordinate representation of color #798CDF: hue angle of 228.82º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #798CDF is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 140 | 223 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.13 |
| HSL | 228.82º | 0.61% | 0.67% | - |
| HSV(B) | 228.82º | 0.46% | 0.87% | - |
| XYZ | 30.58 | 28.15 | 73.63 | - |
| YUV | 143.78 | 172.71 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 140 | 223 | 0.46 | 0.37 | 0 | 0.13 | 228.82 | 0.61 | 0.67 |
| Hex | 79 | 8C | DF | 2E | 25 | 0 | D | E5 | 3D | 43 |
| Octal | 171 | 214 | 337 | 56 | 45 | 0 | 15 | 345 | 75 | 103 |
| Binary | 1111001 | 10001100 | 11011111 | 101110 | 100101 | 0 | 1101 | 11100101 | 111101 | 1000011 |
Color Harmonies of #798CDF
Complementary color
Monochromatic Colors of #798CDF
Black with #798CDF
Text Example
Text Example
White with #798CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798CDF; }
p { color: rgb(121,140,223); }
H1.HeaderClassName
{
color: #798CDF;
}
.AnyTagClassName
{
color: #798CDF;
}
</style>
background-color css
<style>
a { background-color: #798CDF; }
a { background-color: rgb(121,140,223); }
div.DivClassName
{
background-color: #798CDF;
}
.BgClassName
{
background-color: #798CDF;
}
</style>
border-color css
<style>
span { border-color: #798CDF; }
span { border-color: rgb(121,140,223); }
td.TdClassName
{
border-color: #798CDF;
}
.TagClassName
{
border-color: #798CDF;
}
</style>