Shades of Portage #7891DF
Tints of Portage #7891DF
RGB
CMYK
RGB Variations
Color information
#7891DF (or 0x7891DF) is known color: Portage. HEX triplet: 78, 91 and DF. RGB value is (120,145,223). Sum of RGB (Red+Green+Blue) = 120+145+223=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #7891DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7891DF is #876E20. Grayscale: #929292. Windows color (decimal): -8875553 or 14651768. OLE color: 14651768.
HSL color Cylindrical-coordinate representation of color #7891DF: hue angle of 225.44º 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 #7891DF is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 145 | 223 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.13 |
| HSL | 225.44º | 0.62% | 0.67% | - |
| HSV(B) | 225.44º | 0.46% | 0.87% | - |
| XYZ | 31.19 | 29.57 | 73.88 | - |
| YUV | 146.42 | 171.22 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 223 | 0.46 | 0.35 | 0 | 0.13 | 225.44 | 0.62 | 0.67 |
| Hex | 78 | 91 | DF | 2E | 23 | 0 | D | E1 | 3E | 43 |
| Octal | 170 | 221 | 337 | 56 | 43 | 0 | 15 | 341 | 76 | 103 |
| Binary | 1111000 | 10010001 | 11011111 | 101110 | 100011 | 0 | 1101 | 11100001 | 111110 | 1000011 |
Color Harmonies of #7891DF
Complementary color
Monochromatic Colors of #7891DF
Black with #7891DF
Text Example
Text Example
White with #7891DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7891DF; }
p { color: rgb(120,145,223); }
H1.HeaderClassName
{
color: #7891DF;
}
.AnyTagClassName
{
color: #7891DF;
}
</style>
background-color css
<style>
a { background-color: #7891DF; }
a { background-color: rgb(120,145,223); }
div.DivClassName
{
background-color: #7891DF;
}
.BgClassName
{
background-color: #7891DF;
}
</style>
border-color css
<style>
span { border-color: #7891DF; }
span { border-color: rgb(120,145,223); }
td.TdClassName
{
border-color: #7891DF;
}
.TagClassName
{
border-color: #7891DF;
}
</style>