Shades of Portage #7897DF
Tints of Portage #7897DF
RGB
CMYK
RGB Variations
Color information
#7897DF (or 0x7897DF) is known color: Portage. HEX triplet: 78, 97 and DF. RGB value is (120,151,223). Sum of RGB (Red+Green+Blue) = 120+151+223=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #7897DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7897DF is #876820. Grayscale: #959595. Windows color (decimal): -8874017 or 14653304. OLE color: 14653304.
HSL color Cylindrical-coordinate representation of color #7897DF: hue angle of 221.94º degrees, saturation: 0.62, 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 #7897DF is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 151 | 223 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.13 |
| HSL | 221.94º | 0.62% | 0.67% | - |
| HSV(B) | 221.94º | 0.46% | 0.87% | - |
| XYZ | 32.13 | 31.45 | 74.19 | - |
| YUV | 149.94 | 169.23 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 151 | 223 | 0.46 | 0.32 | 0 | 0.13 | 221.94 | 0.62 | 0.67 |
| Hex | 78 | 97 | DF | 2E | 20 | 0 | D | DE | 3E | 43 |
| Octal | 170 | 227 | 337 | 56 | 40 | 0 | 15 | 336 | 76 | 103 |
| Binary | 1111000 | 10010111 | 11011111 | 101110 | 100000 | 0 | 1101 | 11011110 | 111110 | 1000011 |
Color Harmonies of #7897DF
Complementary color
Monochromatic Colors of #7897DF
Black with #7897DF
Text Example
Text Example
White with #7897DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7897DF; }
p { color: rgb(120,151,223); }
H1.HeaderClassName
{
color: #7897DF;
}
.AnyTagClassName
{
color: #7897DF;
}
</style>
background-color css
<style>
a { background-color: #7897DF; }
a { background-color: rgb(120,151,223); }
div.DivClassName
{
background-color: #7897DF;
}
.BgClassName
{
background-color: #7897DF;
}
</style>
border-color css
<style>
span { border-color: #7897DF; }
span { border-color: rgb(120,151,223); }
td.TdClassName
{
border-color: #7897DF;
}
.TagClassName
{
border-color: #7897DF;
}
</style>