Shades of Portage #7897D5
Tints of Portage #7897D5
RGB
CMYK
RGB Variations
Color information
#7897D5 (or 0x7897D5) is known color: Portage. HEX triplet: 78, 97 and D5. RGB value is (120,151,213). Sum of RGB (Red+Green+Blue) = 120+151+213=484 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.79% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #7897D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7897D5 is #87682A. Grayscale: #949494. Windows color (decimal): -8874027 or 13997944. OLE color: 13997944.
HSL color Cylindrical-coordinate representation of color #7897D5: hue angle of 220º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7897D5 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 151 | 213 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.16 |
| HSL | 220º | 0.53% | 0.65% | - |
| HSV(B) | 220º | 0.44% | 0.84% | - |
| XYZ | 30.82 | 30.93 | 67.3 | - |
| YUV | 148.8 | 164.23 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 151 | 213 | 0.44 | 0.29 | 0 | 0.16 | 220 | 0.53 | 0.65 |
| Hex | 78 | 97 | D5 | 2C | 1D | 0 | 10 | DC | 35 | 41 |
| Octal | 170 | 227 | 325 | 54 | 35 | 0 | 20 | 334 | 65 | 101 |
| Binary | 1111000 | 10010111 | 11010101 | 101100 | 11101 | 0 | 10000 | 11011100 | 110101 | 1000001 |
Color Harmonies of #7897D5
Complementary color
Monochromatic Colors of #7897D5
Black with #7897D5
Text Example
Text Example
White with #7897D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7897D5; }
p { color: rgb(120,151,213); }
H1.HeaderClassName
{
color: #7897D5;
}
.AnyTagClassName
{
color: #7897D5;
}
</style>
background-color css
<style>
a { background-color: #7897D5; }
a { background-color: rgb(120,151,213); }
div.DivClassName
{
background-color: #7897D5;
}
.BgClassName
{
background-color: #7897D5;
}
</style>
border-color css
<style>
span { border-color: #7897D5; }
span { border-color: rgb(120,151,213); }
td.TdClassName
{
border-color: #7897D5;
}
.TagClassName
{
border-color: #7897D5;
}
</style>