Shades of Portage #7890DF
Tints of Portage #7890DF
RGB
CMYK
RGB Variations
Color information
#7890DF (or 0x7890DF) is known color: Portage. HEX triplet: 78, 90 and DF. RGB value is (120,144,223). Sum of RGB (Red+Green+Blue) = 120+144+223=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #7890DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7890DF is #876F20. Grayscale: #919191. Windows color (decimal): -8875809 or 14651512. OLE color: 14651512.
HSL color Cylindrical-coordinate representation of color #7890DF: hue angle of 226.02º 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 #7890DF is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 144 | 223 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.13 |
| HSL | 226.02º | 0.62% | 0.67% | - |
| HSV(B) | 226.02º | 0.46% | 0.87% | - |
| XYZ | 31.04 | 29.27 | 73.83 | - |
| YUV | 145.83 | 171.55 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 223 | 0.46 | 0.35 | 0 | 0.13 | 226.02 | 0.62 | 0.67 |
| Hex | 78 | 90 | DF | 2E | 23 | 0 | D | E2 | 3E | 43 |
| Octal | 170 | 220 | 337 | 56 | 43 | 0 | 15 | 342 | 76 | 103 |
| Binary | 1111000 | 10010000 | 11011111 | 101110 | 100011 | 0 | 1101 | 11100010 | 111110 | 1000011 |
Color Harmonies of #7890DF
Complementary color
Monochromatic Colors of #7890DF
Black with #7890DF
Text Example
Text Example
White with #7890DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7890DF; }
p { color: rgb(120,144,223); }
H1.HeaderClassName
{
color: #7890DF;
}
.AnyTagClassName
{
color: #7890DF;
}
</style>
background-color css
<style>
a { background-color: #7890DF; }
a { background-color: rgb(120,144,223); }
div.DivClassName
{
background-color: #7890DF;
}
.BgClassName
{
background-color: #7890DF;
}
</style>
border-color css
<style>
span { border-color: #7890DF; }
span { border-color: rgb(120,144,223); }
td.TdClassName
{
border-color: #7890DF;
}
.TagClassName
{
border-color: #7890DF;
}
</style>