Shades of Portage #7897DC
Tints of Portage #7897DC
RGB
CMYK
RGB Variations
Color information
#7897DC (or 0x7897DC) is known color: Portage. HEX triplet: 78, 97 and DC. RGB value is (120,151,220). Sum of RGB (Red+Green+Blue) = 120+151+220=491 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.44% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #7897DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7897DC is #876823. Grayscale: #959595. Windows color (decimal): -8874020 or 14456696. OLE color: 14456696.
HSL color Cylindrical-coordinate representation of color #7897DC: hue angle of 221.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7897DC is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 151 | 220 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.14 |
| HSL | 221.4º | 0.59% | 0.67% | - |
| HSV(B) | 221.4º | 0.45% | 0.86% | - |
| XYZ | 31.73 | 31.29 | 72.08 | - |
| YUV | 149.6 | 167.73 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 151 | 220 | 0.45 | 0.31 | 0 | 0.14 | 221.4 | 0.59 | 0.67 |
| Hex | 78 | 97 | DC | 2D | 1F | 0 | E | DD | 3B | 43 |
| Octal | 170 | 227 | 334 | 55 | 37 | 0 | 16 | 335 | 73 | 103 |
| Binary | 1111000 | 10010111 | 11011100 | 101101 | 11111 | 0 | 1110 | 11011101 | 111011 | 1000011 |
Color Harmonies of #7897DC
Complementary color
Monochromatic Colors of #7897DC
Black with #7897DC
Text Example
Text Example
White with #7897DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7897DC; }
p { color: rgb(120,151,220); }
H1.HeaderClassName
{
color: #7897DC;
}
.AnyTagClassName
{
color: #7897DC;
}
</style>
background-color css
<style>
a { background-color: #7897DC; }
a { background-color: rgb(120,151,220); }
div.DivClassName
{
background-color: #7897DC;
}
.BgClassName
{
background-color: #7897DC;
}
</style>
border-color css
<style>
span { border-color: #7897DC; }
span { border-color: rgb(120,151,220); }
td.TdClassName
{
border-color: #7897DC;
}
.TagClassName
{
border-color: #7897DC;
}
</style>